1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 08:43:02 +02:00

Minor fixes

git-svn-id: file:///svn/phpbb/trunk@319 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-05-22 15:25:53 +00:00
parent 4bf900ebae
commit c650e708c1
2 changed files with 5 additions and 5 deletions

View File

@@ -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;