From 756e83889e9852eda997a937751f4830ee2530c8 Mon Sep 17 00:00:00 2001 From: acydburn Date: Thu, 22 Jan 2009 13:14:43 +0000 Subject: [PATCH] erm, yes... git-svn-id: http://code.phpbb.com/svn/phpbb/trunk@9295 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/db/db2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/db/db2.php b/phpBB/includes/db/db2.php index df03d047c..87210d653 100644 --- a/phpBB/includes/db/db2.php +++ b/phpBB/includes/db/db2.php @@ -3,7 +3,7 @@ * * @package dbal * @version $Id$ -* @copyright (c) 2005 phpBB Group +* @copyright (c) 2009 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * */ @@ -264,7 +264,7 @@ class phpbb_dbal_db2 extends phpbb_dbal */ public function sql_nextid() { - if (function_exists('db2_last_insert_id') + if (function_exists('db2_last_insert_id')) { return @db2_last_insert_id($this->db_connect_id); } -- 2.11.4.GIT