From 9c61f9e15de81a01a10df57ede70c6fc5dbbf7a6 Mon Sep 17 00:00:00 2001 From: Rudolf Hangl Date: Thu, 26 Jun 2008 13:25:21 +0000 Subject: [PATCH] --- cis/private/profile/urlaubstool.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cis/private/profile/urlaubstool.php b/cis/private/profile/urlaubstool.php index 658526053..6bd5c4db6 100644 --- a/cis/private/profile/urlaubstool.php +++ b/cis/private/profile/urlaubstool.php @@ -378,7 +378,7 @@ if($resturlaub->load($uid)) $mehrarbeitsstunden = $resturlaub->mehrarbeitsstunden; $anspruch = $resturlaub->urlaubstageprojahr; } -$content_resturlaub.=""; +$content_resturlaub.="
Anspruch$anspruch Tage
"; $content_resturlaub.=""; $gebuchterurlaub=0; //Urlaub berechnen @@ -394,7 +394,7 @@ $gebuchterurlaub = $row->anzahltage; if($gebuchterurlaub=='') $gebuchterurlaub=0; $content_resturlaub.=""; -$content_resturlaub .=""; +$content_resturlaub .=""; $content_resturlaub.=""; $content_resturlaub.="
Anspruch$anspruch Tage
+ Resturlaub$resturlaubstage Tage
- aktuell gebuchter Urlaub $gebuchterurlaub Tage
aktueller Stand".($anspruch+$resturlaubstage-$gebuchterurlaub)." Tage
";