From d6e00c8efce409312d3da53541dfc8b0b3d8d456 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 24 Jan 2005 20:31:53 +0000 Subject: [PATCH] Code cleaning Delete Obsolete functions --- include/top_menu_compta.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/include/top_menu_compta.php b/include/top_menu_compta.php index d7ec6a80d..27afdf224 100644 --- a/include/top_menu_compta.php +++ b/include/top_menu_compta.php @@ -455,21 +455,4 @@ function ShowMenuJrnUserImp($p_cn,$p_user,$p_dossier) echo ""; } -/* function ShowMenuAdminGlobal */ -/* purpose : show the menu for user/database management */ -/* parameter : none */ -/* return : none */ -function ShowMenuAdminGlobal() -{ - include_once("ac_common.php"); - $item[0]=array("admin_repo.php?action=user_mgt","Utilisateurs"); - $item[1]=array("admin_repo.php?action=dossier_mgt","Dossiers"); - $item[2]=array("admin_repo.php?action=modele_mgt","Modèles"); - $item[3]=array("login.php","Accueil"); - $item[4]=array("logout.php","Logout"); - $menu=ShowItem($item,'H'); - echo '
'; - echo $menu; - echo '
'; -} ?>