diff options
-rw-r--r-- | inc/auth/mysql.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/auth/mysql.class.php b/inc/auth/mysql.class.php index 849d48646..71788f57d 100644 --- a/inc/auth/mysql.class.php +++ b/inc/auth/mysql.class.php @@ -756,6 +756,7 @@ class auth_mysql extends auth_basic { * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> */ function _queryDB($query) { + $resultarray = array(); if ($this->dbcon) { $result = @mysql_query($query,$this->dbcon); if ($result) { |