Remove print_r (bug #942383).

This commit is contained in:
Michal Čihař
2004-04-26 15:19:47 +00:00
parent 02580c9b3b
commit 47b8014bba
2 changed files with 1 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ $Source$
2004-04-26 Michal Cihar <michal@cihar.com>
* 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 <michal@cihar.com>
* libraries/export/sql.php: Invalid SQL on empty table export (bug

View File

@@ -407,7 +407,6 @@ else if (!defined('PMA_IDX_INCLUDED')
$edit_link_text = '<img src="./images/button_edit.png" width="12" height="13" hspace="7" border="0" title="' . $strEdit . '" alt="' . $strEdit . '">';
$drop_link_text = '<img src="./images/button_drop.png" width="11" height="12" hspace="7" border="0" title="' . $strDrop . '" alt="' . $strDrop . '">';
}
print_r($cfg['PropertiesIconic']);
if ($cfg['PropertiesIconic'] === false || $propicon == 'both') {
$edit_link_text .= $strEdit;
$drop_link_text .= $strDrop;