can be done only once

This commit is contained in:
Spun Nakandala 2013-07-30 21:41:19 +05:30
parent 0a89da92c0
commit ccc2c840b7

View File

@ -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
);