diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-11 09:53:12 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-11 09:53:12 +0000 |
commit | b8465850ce1c2a24fc7a47d49ba09681317905dd (patch) | |
tree | 62c67413b3e4a817c0eefb3df99759299bd0bf1c | |
parent | 87e32c478e5a15333efb8e84aa8876254737480a (diff) |
bugfix
git-svn-id: svn://svn.cccv.de/engel-system@208 29ba0400-6e00-0410-a75a-ca02368028f8
-rwxr-xr-x | www-ssl/inc/funktion_schichtplan.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/inc/funktion_schichtplan.php b/www-ssl/inc/funktion_schichtplan.php index 4e2735a1..df409705 100755 --- a/www-ssl/inc/funktion_schichtplan.php +++ b/www-ssl/inc/funktion_schichtplan.php @@ -8,7 +8,7 @@ function ausgabe_Feld_Inhalt( $SID, $Man ) { // gibt, nach übergabe der der SchichtID (SID) und der RaumBeschreibung, // die eingetragenden und und offenden Schichteintäge zurück - global $EngelType, $EngelTypeID, $con, $DEBUG; + global $EngelType, $EngelTypeID, $TID2Name, $con, $DEBUG; $Spalten = ""; @@ -126,7 +126,7 @@ function ausgabe_Feld_Inhalt( $SID, $Man ) // ausgabe benötigter Engel //////////////////////////// //in vergangenheit - $SQLtime = "SELECT `DateE` FROM `Shifts` WHERE (SID='$SID' AND `DateE` >= '". + $SQLtime = "SELECT `DateE` FROM `Shifts` WHERE (`SID`='$SID' AND `DateE` >= '". gmdate("Y-m-d H:i:s", time()+ 3600). "')"; $Ergtime = mysql_query($SQLtime, $con); if( mysql_num_rows( $Ergtime) > 0) |