Skip to content

Commit

Permalink
can be done only once
Browse files Browse the repository at this point in the history
  • Loading branch information
scnakandala committed Jul 30, 2013
1 parent 0a89da9 commit ccc2c84
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tbl_change.php
Expand Up @@ -46,9 +46,8 @@
}


$_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);
Expand Down Expand Up @@ -114,8 +113,6 @@
$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
);
Expand Down

0 comments on commit ccc2c84

Please sign in to comment.