mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 19:24:21 +02:00
Added in the new serialized config table
This commit is contained in:
@ -745,9 +745,11 @@
|
||||
if ($currentver == "0.9.7" || ereg ("^0\.9\.8pre", $currentver)){
|
||||
if ($currentver == "0.9.7") {
|
||||
// upgrade code starts here
|
||||
|
||||
$db->query("drop table config");
|
||||
$db->query("CREATE TABLE config ( config_string text )");
|
||||
echo "<b>Note: You will need to re-submit your config data.</b>";
|
||||
// upgrade code ends here
|
||||
$currentver = "0.9.8pre1";
|
||||
$currentver = "0.9.8pre2";
|
||||
update_version_table();
|
||||
}
|
||||
/*
|
||||
|
Reference in New Issue
Block a user