diff options
| author | David M <davidmj@users.sourceforge.net> | 2007-02-22 20:36:00 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2007-02-22 20:36:00 +0000 |
| commit | df3a0f9a332035833b7f3776e673570473b5c3aa (patch) | |
| tree | bb2fb77ef58dd824be07909e541668717f002396 /phpBB/install/install_convert.php | |
| parent | 42f3115763fa2496f552a25305266283152c209b (diff) | |
| download | forums-df3a0f9a332035833b7f3776e673570473b5c3aa.tar forums-df3a0f9a332035833b7f3776e673570473b5c3aa.tar.gz forums-df3a0f9a332035833b7f3776e673570473b5c3aa.tar.bz2 forums-df3a0f9a332035833b7f3776e673570473b5c3aa.tar.xz forums-df3a0f9a332035833b7f3776e673570473b5c3aa.zip | |
- found a small flaw, no more errors from cross conversions :D
git-svn-id: file:///svn/phpbb/trunk@7037 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_convert.php')
| -rw-r--r-- | phpBB/install/install_convert.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_convert.php b/phpBB/install/install_convert.php index ac35db14c2..54b8ee3a3d 100644 --- a/phpBB/install/install_convert.php +++ b/phpBB/install/install_convert.php @@ -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)) |
