removed forgotten debug commands
This commit is contained in:
@@ -475,7 +475,6 @@ require_once './libraries/List.class.php';
|
|||||||
// populating $dblist[], as previous code did. But it is
|
// populating $dblist[], as previous code did. But it is
|
||||||
// now populated with actual database names instead of
|
// now populated with actual database names instead of
|
||||||
// with regular expressions.
|
// with regular expressions.
|
||||||
var_dump($tmp_mydbs);
|
|
||||||
$tmp_alldbs = PMA_DBI_query('SHOW DATABASES;', $GLOBALS['controllink']);
|
$tmp_alldbs = PMA_DBI_query('SHOW DATABASES;', $GLOBALS['controllink']);
|
||||||
// loic1: all databases cases - part 2
|
// loic1: all databases cases - part 2
|
||||||
if (isset($tmp_mydbs['%'])) {
|
if (isset($tmp_mydbs['%'])) {
|
||||||
|
@@ -40,7 +40,6 @@ $err_url = 'tbl_structure.php?' . PMA_generate_common_url($db, $table);
|
|||||||
*/
|
*/
|
||||||
$abort = false;
|
$abort = false;
|
||||||
if (isset($_REQUEST['do_save_data'])) {
|
if (isset($_REQUEST['do_save_data'])) {
|
||||||
var_dump($_POST);
|
|
||||||
$field_cnt = count($_REQUEST['field_orig']);
|
$field_cnt = count($_REQUEST['field_orig']);
|
||||||
$key_fields = array();
|
$key_fields = array();
|
||||||
$changes = array();
|
$changes = array();
|
||||||
|
Reference in New Issue
Block a user