mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
upgrade for 0.9.5pre2 was missed somehow
This commit is contained in:
parent
bb2de52cf0
commit
f7a113632d
@ -550,7 +550,10 @@
|
||||
$currentver = "0.9.5pre2";
|
||||
update_version_table();
|
||||
}
|
||||
|
||||
if ($currentver == "0.9.5pre2") {
|
||||
$currentver = "0.9.5";
|
||||
update_version_table();
|
||||
}
|
||||
if ($oldversion != $currentver){
|
||||
echo " </tr><td>\n";
|
||||
echo " <tr bgcolor=\"e6e6e6\">\n";
|
||||
|
@ -557,7 +557,10 @@
|
||||
$currentver = "0.9.5pre2";
|
||||
update_version_table();
|
||||
}
|
||||
|
||||
if ($currentver == "0.9.5pre2") {
|
||||
$currentver = "0.9.5";
|
||||
update_version_table();
|
||||
}
|
||||
if ($oldversion != $currentver){
|
||||
echo " </tr><td>\n";
|
||||
echo " <tr bgcolor=\"e6e6e6\">\n";
|
||||
|
Loading…
Reference in New Issue
Block a user