- improved update-procedure

- updated version to 0.9.4-svn2
This commit is contained in:
Michael Kaufmann (d00p)
2010-04-14 07:36:38 +00:00
parent 1159bde3eb
commit 7fa901bebb
5 changed files with 58 additions and 13 deletions

View File

@@ -98,7 +98,7 @@ if($page == 'overview')
$update_information = $ui_text;
include_once './install/updates/preconfig.php';
$preconfig = getPreConfig($new_version);
$preconfig = getPreConfig($current_version);
if($preconfig != '')
{
$update_information .= '<br />'.$preconfig.$message;