Merge commit 'origin/master' into local

This commit is contained in:
Martynas Mickevicius
2010-08-16 01:01:30 +03:00
76 changed files with 2983 additions and 1965 deletions

View File

@@ -531,7 +531,12 @@ if (0 == $num_rows || $is_affected) {
$goto = PMA_securePath($goto);
// Checks for a valid target script
$is_db = $is_table = false;
if (isset($_REQUEST['purge'])) {
$table = '';
unset($url_params['table']);
}
include 'libraries/db_table_exists.lib.php';
if (strpos($goto, 'tbl_') === 0 && ! $is_table) {
if (strlen($table)) {
$table = '';