From 413cd7bf0369d6cf88f5b8d3171f2f019a95cd03 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Sun, 20 Oct 2002 22:50:41 +0000 Subject: My contribution for today: 1 extra byte git-svn-id: file:///svn/phpbb/trunk@2960 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/db/mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') 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) -- cgit v1.2.1