My contribution for today: 1 extra byte

git-svn-id: file:///svn/phpbb/trunk@2960 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud 2002-10-20 22:50:41 +00:00
parent d5a41ebfa0
commit 413cd7bf03

View file

@ -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)