diff options
author | soranzo | 2008-01-10 18:38:52 +0000 |
---|---|---|
committer | soranzo | 2008-01-10 18:38:52 +0000 |
commit | 12b21d40a4dca842c514f3be0ef8ca0fd08ea84b (patch) | |
tree | 1e52426eaf738a71cf546f13ad3239a5fae4e2b9 | |
parent | c819be03626290e919262f0f44a430f49f932f4a (diff) |
Remove unused global var.
-rw-r--r-- | sqledit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sqledit.php b/sqledit.php index 5e66788a..42e9bb21 100644 --- a/sqledit.php +++ b/sqledit.php @@ -3,7 +3,7 @@ /** * Alternative SQL editing window * - * $Id: sqledit.php,v 1.38 2008/01/10 17:41:34 xzilla Exp $ + * $Id: sqledit.php,v 1.39 2008/01/10 18:38:52 soranzo Exp $ */ // Include application functions @@ -16,7 +16,7 @@ * Private function to display server and list of databases */ function _printConnection() { - global $data, $lang, $conf, $action, $misc; + global $data, $conf, $action, $misc; // The javascript action on the select box reloads the // popup whenever the server or database is changed. |