From 77fb4f46c675b23e189f06ead11d35d1921a3b64 Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Sat, 13 Sep 2008 02:26:58 -0400 Subject: [PATCH] upon further review, I think we need some protection here --- database.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/database.php b/database.php index e150f84d..7ee241c9 100755 --- a/database.php +++ b/database.php @@ -853,6 +853,8 @@ global $data, $misc; global $lang; + if (!isset($_SESSION['sqlquery'])) $_SESSION['sqlquery'] = ''; + $misc->printTrail('database'); $misc->printTabs('database','sql'); echo "

{$lang['strentersql']}

\n"; -- 2.39.5