From 38160f9932b51800ef9345bd6edf016f320e51a9 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 7 May 2008 12:44:28 +0000 Subject: [PATCH] removed forgotten debug commands --- libraries/List_Database.class.php | 1 - tbl_alter.php | 1 - 2 files changed, 2 deletions(-) diff --git a/libraries/List_Database.class.php b/libraries/List_Database.class.php index 2b9059c2c..a553641b5 100644 --- a/libraries/List_Database.class.php +++ b/libraries/List_Database.class.php @@ -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['%'])) { diff --git a/tbl_alter.php b/tbl_alter.php index e5d78d96b..873b76c91 100644 --- a/tbl_alter.php +++ b/tbl_alter.php @@ -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();