mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
parent
42f3115763
commit
df3a0f9a33
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue