-
+
Update successfully completed
Congratulations! The latest version of Collabtive is now running on your server.
As a next step, you could extend the functionality of your installation with plugins.
@@ -17,7 +114,7 @@
-
+
diff --git a/update.php b/update.php
index cb9f26eb..dd210554 100644
--- a/update.php
+++ b/update.php
@@ -1,8 +1,8 @@
query("CREATE TABLE IF NOT EXISTS `customers_assigned` (
`ID` int(10) NOT NULL AUTO_INCREMENT,
`customer` int(10) NOT NULL,
@@ -26,7 +27,7 @@ function randomPassword() {
UNIQUE KEY `ID` (`ID`)
)");
$oldTemplate = $settings["template"];
-
+$template->assign("theme",$oldTemplate);
$conn->query("INSERT INTO `settings` (`ID` ,`settingsKey` ,`settingsValue`) VALUES (NULL , 'theme', '$oldTemplate')");
$conn->query("UPDATE `settings` SET `template`='standard'");