bug 643236

This commit is contained in:
Marc Delisle
2002-11-25 18:38:01 +00:00
parent 8f330c5a01
commit 65cd68a1ef
2 changed files with 6 additions and 0 deletions

View File

@@ -34,6 +34,11 @@ if (!isset($err_url)) {
. ((strpos(' ' . $goto, 'db_details') != 1 && isset($table)) ? '&table=' . urlencode($table) : '');
} // end if
// Coming from a bookmark dialog
if (isset($fields['query'])) {
$sql_query = $fields['query'];
}
/**
* Check rights in case of DROP DATABASE
*