From 00fb32483fa3f61aca25e2429aeb8d890b19df3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 18 Nov 2010 14:44:23 +0000 Subject: [PATCH] - Bugfix Personalmeldung - QM Update --- include/tw/cis_menu_main.inc.php | 16 +++++++++++++++- vilesci/bis/personalmeldung.php | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) 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)); } }