aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/firebird.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/db/firebird.php')
-rw-r--r--phpBB/includes/db/firebird.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/db/firebird.php b/phpBB/includes/db/firebird.php
index afce881eaf..a785c7c8b7 100644
--- a/phpBB/includes/db/firebird.php
+++ b/phpBB/includes/db/firebird.php
@@ -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