From ccc2c840b753cfaa9ee70cd285139e756f4bf387 Mon Sep 17 00:00:00 2001 From: Spun Nakandala Date: Tue, 30 Jul 2013 21:41:19 +0530 Subject: [PATCH] can be done only once --- tbl_change.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tbl_change.php b/tbl_change.php index 97e13e8165..7e810b8f8b 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -46,9 +46,8 @@ if (empty($GLOBALS['goto'])) { } -$_url_params = PMA_getUrlParameters($db, $table); +$url_params = PMA_getUrlParameters($db, $table); $err_url = $GLOBALS['goto'] . PMA_generate_common_url($_url_params); -unset($_url_params); $comments_map = PMA_getCommentsMap($db, $table); @@ -114,8 +113,6 @@ $tabindex_for_value = 0; $o_rows = 0; $biggest_max_file_size = 0; -$url_params['db'] = $db; -$url_params['table'] = $table; $url_params = PMA_urlParamsInEditMode( $url_params, $where_clause_array, $where_clause );