diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-06 17:59:03 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-06 17:59:03 +0000 |
commit | 59948c9d8c849f676a584b0f0ca9f95568e0bbae (patch) | |
tree | 00a924c58fbaa1e12a3e7bc43d4e8a3c8276da9b /www-ssl/inc/funktion_menu.php | |
parent | 7cc7fce8de68676ba89b245c85710f391c4be0ce (diff) |
public flack entfernt, wird jetzt ueber UserCVS=-1 geregelt
git-svn-id: svn://svn.cccv.de/engel-system@22 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/inc/funktion_menu.php')
-rwxr-xr-x | www-ssl/inc/funktion_menu.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www-ssl/inc/funktion_menu.php b/www-ssl/inc/funktion_menu.php index d66700e8..586fce91 100755 --- a/www-ssl/inc/funktion_menu.php +++ b/www-ssl/inc/funktion_menu.php @@ -18,10 +18,11 @@ function ShowMenu( $Menu ) $MenuFile = $Menu["Path"]. $Entry["File"]; if( $_SESSION['CVS'][$MenuFile] == "Y") + { echo "\t\t\t<li><a href=\"". $Entry["File"]. "\">". $Entry["Name"]. "</a></li>\n"; - if( isset($Entry["Line"])) - echo $Entry["Line"]; - + if( isset($Entry["Line"])) + echo $Entry["Line"]; + } //DEBUG if( $DEBUG ) |