From 2cef94af74cb0e1be45360e6f5a2f7bd9bd061be Mon Sep 17 00:00:00 2001 From: cookie Date: Fri, 28 Dec 2007 12:38:18 +0000 Subject: zeitzohne instellbar git-svn-id: svn://svn.cccv.de/engel-system@256 29ba0400-6e00-0410-a75a-ca02368028f8 --- default-conf/www-ssl/inc/config.php | 5 +++++ services/cron_dect.php | 4 ++-- www-ssl/nonpublic/schichtplan.php | 2 -- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/default-conf/www-ssl/inc/config.php b/default-conf/www-ssl/inc/config.php index a1d30867..ef9a2cd0 100755 --- a/default-conf/www-ssl/inc/config.php +++ b/default-conf/www-ssl/inc/config.php @@ -20,6 +20,11 @@ $LETZTES_AUSTRAGEN=3; $crypt_system="md5"; //$crypt_system="crypt"; +// the archangels +$arch_angels="Daisy, BugBlue, TabascoEye"; + +// timezonen offsett +$gmdateOffset=3600; // für Developen 1, sonst = 0 $DEBUG = 0; diff --git a/services/cron_dect.php b/services/cron_dect.php index c0ee8761..fba53eb2 100755 --- a/services/cron_dect.php +++ b/services/cron_dect.php @@ -24,8 +24,8 @@ if( $DebugDECT) $SQL .= "WHERE (Shifts.DateS>'2007-07-09 09:45:00' AND ". "Shifts.DateS<='2007-07-09 11:00:00');"; else - $SQL .= "WHERE ((`Shifts`.`DateS`>'". gmdate("Y-m-d H:i:s", time()+3600+120+3600). "') AND ". - "(`Shifts`.`DateS`<='". gmdate("Y-m-d H:i:s", time()+3600+120+3600+$StartTimeBeforEvent). "') );"; + $SQL .= "WHERE ((`Shifts`.`DateS`>'". gmdate("Y-m-d H:i:s", time()+120+$gmdateOffset). "') AND ". + "(`Shifts`.`DateS`<='". gmdate("Y-m-d H:i:s", time()+120+$gmdateOffset+$StartTimeBeforEvent). "') );"; $Erg = mysql_query($SQL, $con); echo mysql_error($con); diff --git a/www-ssl/nonpublic/schichtplan.php b/www-ssl/nonpublic/schichtplan.php index 0c29f862..d4c5a71c 100755 --- a/www-ssl/nonpublic/schichtplan.php +++ b/www-ssl/nonpublic/schichtplan.php @@ -3,8 +3,6 @@ $title = "Himmel"; $header = "Schichtpläne"; $submenus = 2; -$gmdateOffset=3600+3600; - if( isset($_GET["ausdatum"])) $ausdatum = $_GET["ausdatum"]; if( isset($_GET["raum"])) -- cgit v1.2.3-54-g00ecf