diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2005-05-05 17:01:07 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-05-05 17:01:07 +0000 |
commit | 81c7144f6847e964057762e94dc197ac77a8f24e (patch) | |
tree | d84aed9aaf8c78ef4e199b9d20ebf54d86fbc378 /phpBB/includes/db/firebird.php | |
parent | b576d6af0a9c0c78f379ca09069648d87364e1a0 (diff) | |
download | forums-81c7144f6847e964057762e94dc197ac77a8f24e.tar forums-81c7144f6847e964057762e94dc197ac77a8f24e.tar.gz forums-81c7144f6847e964057762e94dc197ac77a8f24e.tar.bz2 forums-81c7144f6847e964057762e94dc197ac77a8f24e.tar.xz forums-81c7144f6847e964057762e94dc197ac77a8f24e.zip |
- updated oracle schema/db files
- updated sqlite schema/db files
git-svn-id: file:///svn/phpbb/trunk@5141 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/db/firebird.php')
-rw-r--r-- | phpBB/includes/db/firebird.php | 3 |
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 |