mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
- updated oracle schema/db files
- updated sqlite schema/db files git-svn-id: file:///svn/phpbb/trunk@5141 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -228,7 +228,7 @@ class sql_db
|
||||
// don't want this here by a middle Milestone
|
||||
function sql_numrows($query_id = false)
|
||||
{
|
||||
return FALSE;
|
||||
return false;
|
||||
}
|
||||
|
||||
function sql_affectedrows()
|
||||
@@ -332,6 +332,7 @@ class sql_db
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return $result;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user