aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/mssql-odbc.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/db/mssql-odbc.php')
-rw-r--r--phpBB/includes/db/mssql-odbc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/mssql-odbc.php b/phpBB/includes/db/mssql-odbc.php
index a0a6125aa3..bd33bc63cb 100644
--- a/phpBB/includes/db/mssql-odbc.php
+++ b/phpBB/includes/db/mssql-odbc.php
@@ -558,7 +558,7 @@ class sql_db
{
while ($row = $this->sql_fetchrow($result))
{
- if (!$html_table && count($row))
+ if (!$html_table && sizeof($row))
{
$html_table = TRUE;
$html_hold .= '<table class="bg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center"><tr>';