From c650e708c13204b9a38cbf4ae0eda1fd158c5dd3 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" <psotfx@users.sourceforge.net> Date: Tue, 22 May 2001 15:25:53 +0000 Subject: Minor fixes git-svn-id: file:///svn/phpbb/trunk@319 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/db/mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/db/mysql.php') 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; -- cgit v1.2.1