From a2691da8f8b6e830ebca883edd6f49ba5374f15f Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 15 Nov 2003 11:00:53 +0000 Subject: [PATCH] Adaptation for the user profile --- html/central.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/central.php b/html/central.php index 987ddf746..481dfc110 100644 --- a/html/central.php +++ b/html/central.php @@ -35,8 +35,8 @@ include_once("preference.php"); include_once ("top_menu_compta.php"); -ShowMenuCompta($g_dossier); -ShowMenuComptaRight($g_dossier); +ShowMenuCompta($g_dossier,$g_UserProperty); +ShowMenuComptaRight($g_dossier,$g_UserProperty); if ( $g_UserProperty['use_admin']==0 ) { $r=CheckAction($g_dossier,$g_user,CENTRALIZE);