From 7df9d934caecfdbc6e316d79e37d37ebd52bdda6 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sat, 19 Nov 2011 12:02:34 +0100 Subject: [PATCH] second half of the updating stuff --- lib/config.php | 1 - lib/setup.php | 2 ++ settings/templates/personal.php | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/config.php b/lib/config.php index 2c82036257..8d03271b3e 100644 --- a/lib/config.php +++ b/lib/config.php @@ -94,7 +94,6 @@ class OC_Config{ // Write changes self::writeData(); - return true; } diff --git a/lib/setup.php b/lib/setup.php index e2d56ddaf4..8afe0070e9 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -77,6 +77,8 @@ class OC_Setup { OC_Config::setValue('datadirectory', $datadir); OC_Config::setValue('dbtype', $dbtype); OC_Config::setValue('version',implode('.',OC_Util::getVersion())); + OC_Config::setValue('installedat',microtime(true)); + OC_Config::setValue('lastupdatedat',microtime(true)); if($dbtype == 'mysql') { $dbuser = $options['dbuser']; $dbpass = $options['dbpass']; diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 54487165f3..8c5de5ccf2 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -50,7 +50,9 @@ };?>

- ownCloud , source code licensed freely under AGPL + ownCloud
+
+ source code licensed freely under AGPL