diff options
Diffstat (limited to 'phpBB/db/mysql.php')
-rw-r--r-- | phpBB/db/mysql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/mysql.php b/phpBB/db/mysql.php index 22c544054e..1864fedfc2 100644 --- a/phpBB/db/mysql.php +++ b/phpBB/db/mysql.php @@ -181,7 +181,7 @@ class sql_db return false; } - return ( $this->query_result) ? $this->query_result : fals; + return ( $this->query_result) ? $this->query_result : false; } function sql_query_limit($query = '', $total, $offset = 0) |