zeitzohne instellbar
git-svn-id: svn://svn.cccv.de/engel-system@256 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
8f176d375b
commit
2cef94af74
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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"]))
|
||||
|
|
Loading…
Reference in New Issue