Remove print_r (bug #942383).
This commit is contained in:
@@ -14,6 +14,7 @@ $Source$
|
|||||||
2004-04-26 Michal Cihar <michal@cihar.com>
|
2004-04-26 Michal Cihar <michal@cihar.com>
|
||||||
* libraries/string.lib.php: mb_* functions don't know some windows-*
|
* libraries/string.lib.php: mb_* functions don't know some windows-*
|
||||||
charsets (bug #940638).
|
charsets (bug #940638).
|
||||||
|
* tbl_indexes.php: Remove print_r (bug #942383).
|
||||||
|
|
||||||
2004-04-22 Michal Cihar <michal@cihar.com>
|
2004-04-22 Michal Cihar <michal@cihar.com>
|
||||||
* libraries/export/sql.php: Invalid SQL on empty table export (bug
|
* libraries/export/sql.php: Invalid SQL on empty table export (bug
|
||||||
|
@@ -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 . '">';
|
$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 . '">';
|
$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') {
|
if ($cfg['PropertiesIconic'] === false || $propicon == 'both') {
|
||||||
$edit_link_text .= $strEdit;
|
$edit_link_text .= $strEdit;
|
||||||
$drop_link_text .= $strDrop;
|
$drop_link_text .= $strDrop;
|
||||||
|
Reference in New Issue
Block a user