mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
More updates, append sid to admin browsing
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3101 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -296,7 +296,7 @@ class sql_db
|
||||
{
|
||||
$rows = @OCIFetchStatement($query_id, $results);
|
||||
@OCIExecute($query_id, OCI_DEFAULT);
|
||||
for($i = 0; $i <= $rows; $i++)
|
||||
for($i = 0; $i < $rows; $i++)
|
||||
{
|
||||
@OCIFetchInto($query_id, $tmp_result, OCI_ASSOC+OCI_RETURN_NULLS);
|
||||
|
||||
|
Reference in New Issue
Block a user