summaryrefslogtreecommitdiff
path: root/www-ssl/inc/funktion_schichtplan.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-16 13:32:55 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-16 13:32:55 +0000
commit3134964de1b71864b37ab5a3c325829abffc615a (patch)
treedc7c019392b658952ac93aeffdac7c383040b904 /www-ssl/inc/funktion_schichtplan.php
parent2287553e60dd943f3cec72d39f7a712c42584869 (diff)
FAQ: link optimzed
Schichtplan: antragen solgen schicht geht, eingebaut git-svn-id: svn://svn.cccv.de/engel-system@111 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/inc/funktion_schichtplan.php')
-rwxr-xr-xwww-ssl/inc/funktion_schichtplan.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/inc/funktion_schichtplan.php b/www-ssl/inc/funktion_schichtplan.php
index 818102eb..f4f9b00d 100755
--- a/www-ssl/inc/funktion_schichtplan.php
+++ b/www-ssl/inc/funktion_schichtplan.php
@@ -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 `DateS` >= '".
+ $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)