removed forgotten debug commands

This commit is contained in:
Sebastian Mendel
2008-05-07 12:44:28 +00:00
parent a20d06228f
commit 38160f9932
2 changed files with 0 additions and 2 deletions

View File

@@ -475,7 +475,6 @@ require_once './libraries/List.class.php';
// populating $dblist[], as previous code did. But it is
// now populated with actual database names instead of
// with regular expressions.
var_dump($tmp_mydbs);
$tmp_alldbs = PMA_DBI_query('SHOW DATABASES;', $GLOBALS['controllink']);
// loic1: all databases cases - part 2
if (isset($tmp_mydbs['%'])) {

View File

@@ -40,7 +40,6 @@ $err_url = 'tbl_structure.php?' . PMA_generate_common_url($db, $table);
*/
$abort = false;
if (isset($_REQUEST['do_save_data'])) {
var_dump($_POST);
$field_cnt = count($_REQUEST['field_orig']);
$key_fields = array();
$changes = array();