Handles some vars for the "modify a query" link

This commit is contained in:
Loïc Chapeaux
2001-08-19 13:45:33 +00:00
parent ebafc33367
commit 7bf0ee3f06
2 changed files with 13 additions and 1 deletions

View File

@@ -6,6 +6,14 @@
* Gets some core libraries and displays a top message if required
*/
require('./grab_globals.inc.php3');
// Handles some variables that may have been sent by the calling script
if (isset($db)) {
unset($db);
}
if (isset($table)) {
unset($table);
}
$show_query = 'y';
require('./header.inc.php3');
if (isset($message)) {
show_message($message);