summaryrefslogtreecommitdiff
path: root/services/cron_dect.php
diff options
context:
space:
mode:
Diffstat (limited to 'services/cron_dect.php')
-rwxr-xr-xservices/cron_dect.php4
1 files changed, 2 insertions, 2 deletions
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);