removing uneeded header.png and unecessary sql-update
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB |
@@ -324,13 +324,6 @@ if(isFroxlorVersion('0.9-r3'))
|
|||||||
if(isFroxlorVersion('0.9-r4'))
|
if(isFroxlorVersion('0.9-r4'))
|
||||||
{
|
{
|
||||||
showUpdateStep("Updating from 0.9-r4 to 0.9 final", false);
|
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');
|
updateToVersion('0.9');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user