1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[ticket/11503] similar implementation for mssql_native and odbc

mssql_native and mssql_odbc db drivers varied at some places
where they should have been similar.

PHPBB3-11503
This commit is contained in:
Dhruv
2013-06-20 19:16:21 +05:30
parent d72b5aaf1b
commit 3eeeaababd
2 changed files with 6 additions and 6 deletions

View File

@@ -253,7 +253,7 @@ class phpbb_db_driver_mssql_odbc extends phpbb_db_driver_mssql_base
* Fetch current row
* @note number of bytes returned depends on odbc.defaultlrl php.ini setting. If it is limited to 4K for example only 4K of data is returned max.
*/
function sql_fetchrow($query_id = false, $debug = false)
function sql_fetchrow($query_id = false)
{
global $cache;