aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/db/db2.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/db/db2.php b/phpBB/includes/db/db2.php
index df03d047c3..87210d6534 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);
}