From 0bc61ae76c99358173aa0f2acdf11b2388aa39fe Mon Sep 17 00:00:00 2001 From: David M Date: Sat, 15 Jul 2006 10:31:51 +0000 Subject: - Some profile stuff :D - Some DB stuff :D git-svn-id: file:///svn/phpbb/trunk@6180 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/db/firebird.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/db/firebird.php') diff --git a/phpBB/includes/db/firebird.php b/phpBB/includes/db/firebird.php index 3a0567d90a..8eec225c96 100644 --- a/phpBB/includes/db/firebird.php +++ b/phpBB/includes/db/firebird.php @@ -113,7 +113,7 @@ class dbal_firebird extends dbal if (!$this->transaction) { - @ibase_commit_ret(); + @ibase_commit(); } if ($cache_ttl && method_exists($cache, 'sql_save')) -- cgit v1.2.1