mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
- found a small flaw, no more errors from cross conversions :D
git-svn-id: file:///svn/phpbb/trunk@7037 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1287,7 +1287,7 @@ class install_convert extends module
|
|||||||
|
|
||||||
$skip_rows++;
|
$skip_rows++;
|
||||||
}
|
}
|
||||||
$db->sql_freeresult($___result);
|
$src_db->sql_freeresult($___result);
|
||||||
|
|
||||||
// We might still have some rows waiting
|
// We might still have some rows waiting
|
||||||
if (sizeof($waiting_rows))
|
if (sizeof($waiting_rows))
|
||||||
|
Reference in New Issue
Block a user