diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-29 20:36:58 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-29 20:36:58 +0000 |
commit | 5557ac1b4a57f0c132641714daaae6a9cec7385c (patch) | |
tree | 6d7a212c236c9ed10b94d1205c62caebfab9250e /www-ssl | |
parent | 147bd6955864acefaf394846effa46606eaded4e (diff) |
bugfix
git-svn-id: svn://svn.cccv.de/engel-system@185 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/nonpublic/schichtplan.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/nonpublic/schichtplan.php b/www-ssl/nonpublic/schichtplan.php index ae369a48..e44989de 100755 --- a/www-ssl/nonpublic/schichtplan.php +++ b/www-ssl/nonpublic/schichtplan.php @@ -123,7 +123,7 @@ else $SpaltenTemp.= ($TempMinuten<10)? "0$TempMinuten": "$TempMinuten"; //aktuelle stunde markieren - if( ($i == gmdate("H", time()+3600)) && (gmdate("Y-m-d", time()+ 3600) == $ausdatum) ) + if( ($j==0) && ($i == gmdate("H", time()+3600)) && (gmdate("Y-m-d", time()+ 3600) == $ausdatum) ) $SpaltenTemp = "<h1>$SpaltenTemp</h1>"; $SpaltenTemp = "<td>$SpaltenTemp</td>\n"; |