]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-default-TZ.patch
- fix check of bot pid:
[packages/eventum.git] / eventum-default-TZ.patch
1 --- ./include/class.date.php~   2005-02-15 23:50:44.000000000 +0200
2 +++ ./include/class.date.php    2005-02-18 00:34:59.000000000 +0200
3 @@ -43,7 +43,9 @@
4  include_once(APP_INC_PATH . "class.prefs.php");
5  include_once(APP_PEAR_PATH . "Date.php");
6  
7 -define('APP_DEFAULT_TIMEZONE', 'UTC');
8 +if (!defined('APP_DEFAULT_TIMEZONE')) {
9 +    define('APP_DEFAULT_TIMEZONE', 'UTC');
10 +}
11  define("SECOND", 1);
12  define("MINUTE", SECOND * 60);
13  define("HOUR", MINUTE * 60);
This page took 0.136002 seconds and 3 git commands to generate.