aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/firebird.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-05-05 17:01:07 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-05-05 17:01:07 +0000
commit81c7144f6847e964057762e94dc197ac77a8f24e (patch)
treed84aed9aaf8c78ef4e199b9d20ebf54d86fbc378 /phpBB/includes/db/firebird.php
parentb576d6af0a9c0c78f379ca09069648d87364e1a0 (diff)
downloadforums-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.php3
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