summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/schichtplan.1.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-10 19:37:59 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-10 19:37:59 +0000
commite87e62d953ec5d4a79390ce28ef88fe43a816473 (patch)
tree5ee6538614a28e5aa075f620e53a36568e87d116 /www-ssl/nonpublic/schichtplan.1.php
parentf57b0c9137ab8d5278715f2cedf34eabb14ee3d5 (diff)
probleme mit leeren tabellen beseitigt
git-svn-id: svn://svn.cccv.de/engel-system@157 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/nonpublic/schichtplan.1.php')
-rwxr-xr-xwww-ssl/nonpublic/schichtplan.1.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/www-ssl/nonpublic/schichtplan.1.php b/www-ssl/nonpublic/schichtplan.1.php
index a4884a11..d733b111 100755
--- a/www-ssl/nonpublic/schichtplan.1.php
+++ b/www-ssl/nonpublic/schichtplan.1.php
@@ -13,9 +13,9 @@ function Printlink( $Datum)
echo "'>$Datum</a></li>\n";
} //function Printlink(
-foreach( $VeranstaltungsTage as $k => $v)
-{
- Printlink( $v);
-}
+if( isset ($VeranstaltungsTage))
+ foreach( $VeranstaltungsTage as $k => $v)
+ Printlink( $v);
+
?>