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:
@@ -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.
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user