Dead code
This commit is contained in:
parent
b3a593c68e
commit
4605bd5f0c
@ -2724,7 +2724,6 @@ class PMA_DisplayResults
|
||||
$field_type_class
|
||||
= $this->_getClassForDateTimeRelatedFields($meta->type);
|
||||
|
||||
$pointer = $i;
|
||||
$is_field_truncated = false;
|
||||
// combine all the classes applicable to this column's value
|
||||
$class = $this->_getClassesForColumn(
|
||||
@ -2855,11 +2854,6 @@ class PMA_DisplayResults
|
||||
if ($meta->numeric == 1) {
|
||||
// n u m e r i c
|
||||
|
||||
// if two fields have the same name (this is possible
|
||||
// with self-join queries, for example), using $meta->name
|
||||
// will show both fields NULL even if only one is NULL,
|
||||
// so use the $pointer
|
||||
|
||||
$vertical_display['data'][$row_no][$i]
|
||||
= $this->_getDataCellForNumericColumns(
|
||||
$row[$i], $class, $condition_field, $meta, $map,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user