]> git.pld-linux.org Git - packages/cowiki.git/commitdiff
- kill stupid php warning about timezone
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 31 Jul 2006 17:08:44 +0000 (17:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cowiki-tz.patch -> 1.1

cowiki-tz.patch [new file with mode: 0644]

diff --git a/cowiki-tz.patch b/cowiki-tz.patch
new file mode 100644 (file)
index 0000000..d725ea0
--- /dev/null
@@ -0,0 +1,11 @@
+--- cowiki/htdocs/setup/installer.proxy.php~   2005-08-03 01:14:34.000000000 +0300
++++ cowiki/htdocs/setup/installer.proxy.php    2006-07-31 19:33:41.826098077 +0300
+@@ -197,7 +197,7 @@
+         $Tpl->assign('TPL_SOFTWARE_RELEASE', COWIKI_RELEASE);
+         $Tpl->assign('TPL_SOFTWARE_HOME',    COWIKI_HOME);
+-        $Tpl->assign('TPL_CURRENT_YEAR',     date('Y'));
++        $Tpl->assign('TPL_CURRENT_YEAR',     @date('Y'));
+         // Set formular data
+         $Tpl->assign('TPL_FORM_ACTION', $_SERVER['PHP_SELF']);
This page took 0.070808 seconds and 4 git commands to generate.