1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00
#12219

A little clean-up in the installer (thanks ToonArmy)


git-svn-id: file:///svn/phpbb/trunk@7744 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2007-06-10 13:42:55 +00:00
parent de739b6532
commit afb7f26ccc
5 changed files with 19 additions and 11 deletions

View File

@@ -184,8 +184,14 @@ if (!$get_info)
'extensions',
'extension_groups'
);
$src_db->sql_freeresult($result);
}
$src_db->sql_freeresult($result);
elseif ($result)
{
$src_db->sql_freeresult($result);
}
/**
* Tests for further MODs can be included here.

View File

@@ -1247,7 +1247,6 @@ class install_convert extends module
if (!$convert_row)
{
// move to the next batch or table
$src_db->sql_freeresult($___result);
break;
}