diff --git a/ChangeLog b/ChangeLog index e61e03950..f657c574f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ $Source$ 2004-04-26 Michal Cihar * libraries/string.lib.php: mb_* functions don't know some windows-* charsets (bug #940638). + * tbl_indexes.php: Remove print_r (bug #942383). 2004-04-22 Michal Cihar * libraries/export/sql.php: Invalid SQL on empty table export (bug diff --git a/tbl_indexes.php b/tbl_indexes.php index f77c71373..fe2cce2a2 100644 --- a/tbl_indexes.php +++ b/tbl_indexes.php @@ -407,7 +407,6 @@ else if (!defined('PMA_IDX_INCLUDED') $edit_link_text = '' . $strEdit . ''; $drop_link_text = '' . $strDrop . ''; } - print_r($cfg['PropertiesIconic']); if ($cfg['PropertiesIconic'] === false || $propicon == 'both') { $edit_link_text .= $strEdit; $drop_link_text .= $strDrop;