From 4605bd5f0cd9c02f2a1a83fc21a8b68c3080cf35 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 20 Oct 2012 10:04:39 -0400 Subject: [PATCH] Dead code --- libraries/DisplayResults.class.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index 00d342a8fe..32e05963b3 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -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,