1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +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:
David M
2007-02-22 20:36:00 +00:00
parent 42f3115763
commit df3a0f9a33

View File

@@ -1287,7 +1287,7 @@ class install_convert extends module
$skip_rows++;
}
$db->sql_freeresult($___result);
$src_db->sql_freeresult($___result);
// We might still have some rows waiting
if (sizeof($waiting_rows))