diff options
Diffstat (limited to 'phpBB/db/postgres7.php')
-rw-r--r-- | phpBB/db/postgres7.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/db/postgres7.php b/phpBB/db/postgres7.php index f0f1821d1f..a9ae5926e5 100644 --- a/phpBB/db/postgres7.php +++ b/phpBB/db/postgres7.php @@ -30,7 +30,8 @@ class sql_db var $db_connect_id; var $query_result; var $in_transaction = 0; - var $row; + var $row = array(); + var $rowset = array(); var $rownum = array(); var $num_queries = 0; |