From: soranzo Date: Thu, 10 Jan 2008 18:38:52 +0000 (+0000) Subject: Remove unused global var. X-Git-Tag: REL_4-2-BETA-2~30 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=12b21d40a4dca842c514f3be0ef8ca0fd08ea84b;p=phppgadmin.git Remove unused global var. --- 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.