removing uneeded header.png and unecessary sql-update

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-31 13:17:58 +00:00
parent 9c5387a3f6
commit 24a5e05bf9
2 changed files with 0 additions and 7 deletions

View File

@@ -324,13 +324,6 @@ if(isFroxlorVersion('0.9-r3'))
if(isFroxlorVersion('0.9-r4'))
{
showUpdateStep("Updating from 0.9-r4 to 0.9 final", false);
if($settings['admin']['froxlor_graphic'] == 'images/header.gif')
{
showUpdateStep("Changing header graphic");
$db->query("UPDATE `" . TABLE_PANEL_SETTINGS . "` SET `value` = 'images/header.png' WHERE `settinggroup`='admin' AND `varname`='froxlor_graphic'");
lastStepStatus(0);
}
updateToVersion('0.9');
}