diff --git a/include/tw/cis_menu_main.inc.php b/include/tw/cis_menu_main.inc.php index e45feb268..a6a93cffb 100644 --- a/include/tw/cis_menu_main.inc.php +++ b/include/tw/cis_menu_main.inc.php @@ -115,7 +115,21 @@   menu item LV-Plan - + + + menu item Dokumente + + + + + + + + + + + +   menu item Dynamic Power Trainer diff --git a/vilesci/bis/personalmeldung.php b/vilesci/bis/personalmeldung.php index 6c01da5bf..2b77b96df 100644 --- a/vilesci/bis/personalmeldung.php +++ b/vilesci/bis/personalmeldung.php @@ -70,7 +70,7 @@ if($result = $db->db_query($qry)) { if($row = $db->db_fetch_object($result)) { - $erhalter = sprintf("%04s",trim($row->erhalter_kz)); + $erhalter = sprintf("%03s",trim($row->erhalter_kz)); } }