aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/db/mysql.php')
-rw-r--r--phpBB/db/mysql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/mysql.php b/phpBB/db/mysql.php
index 6682766c73..2cf94606d0 100644
--- a/phpBB/db/mysql.php
+++ b/phpBB/db/mysql.php
@@ -286,7 +286,7 @@ class sql_db
}
}
function sql_nextid(){
- if($this->db_connection_id)
+ if($this->db_connect_id)
{
$result = @mysql_insert_id($this->db_connect_id);
return $result;