mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
Fix various var not set warnings ... many thanks go to The Horta for pointing out and offering fixes for many of these
git-svn-id: file:///svn/phpbb/trunk@1997 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -32,7 +32,8 @@ class sql_db
|
||||
var $query_resultset;
|
||||
var $query_numrows;
|
||||
var $next_id;
|
||||
var $row;
|
||||
var $row = array();
|
||||
var $rowset = array();
|
||||
var $row_index;
|
||||
var $num_queries = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user