aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-10-20 22:50:41 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-10-20 22:50:41 +0000
commit413cd7bf0369d6cf88f5b8d3171f2f019a95cd03 (patch)
tree5c215a336c66d8f235d8672b7c81cb689925df97 /phpBB
parentd5a41ebfa0349524ea03721606601e366dcfbb92 (diff)
downloadforums-413cd7bf0369d6cf88f5b8d3171f2f019a95cd03.tar
forums-413cd7bf0369d6cf88f5b8d3171f2f019a95cd03.tar.gz
forums-413cd7bf0369d6cf88f5b8d3171f2f019a95cd03.tar.bz2
forums-413cd7bf0369d6cf88f5b8d3171f2f019a95cd03.tar.xz
forums-413cd7bf0369d6cf88f5b8d3171f2f019a95cd03.zip
My contribution for today: 1 extra byte
git-svn-id: file:///svn/phpbb/trunk@2960 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/db/mysql.php2
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)