projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb2abee
)
upon further review, I think we need some protection here
author
Robert Treat
<xzilla@users.sourceforge.net>
Sat, 13 Sep 2008 06:26:58 +0000
(
02:26
-0400)
committer
Robert Treat
<xzilla@users.sourceforge.net>
Sat, 13 Sep 2008 06:26:58 +0000
(
02:26
-0400)
database.php
patch
|
blob
|
blame
|
history
diff --git
a/database.php
b/database.php
index e150f84d4075e25579d26ffd826ee0408622b45e..7ee241c9b2d3a59c7ca6c034896a0763faa4a933 100755
(executable)
--- 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 "<p>{$lang['strentersql']}</p>\n";