From 5db127b37329dc1fc69e0420b18f10f9ed45b76e Mon Sep 17 00:00:00 2001 From: ioguix Date: Thu, 3 May 2007 17:10:00 +0000 Subject: [PATCH] uncomment code I commented for test purpose... --- classes/Misc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/Misc.php b/classes/Misc.php index df7cd6cd..0afe5acf 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -2,7 +2,7 @@ /** * Class to hold various commonly used functions * - * $Id: Misc.php,v 1.149 2007/05/03 17:01:04 ioguix Exp $ + * $Id: Misc.php,v 1.150 2007/05/03 17:10:00 ioguix Exp $ */ class Misc { @@ -514,7 +514,7 @@ 'icon' => 'Databases', ) ); - /*if ($data->hasRoles()) { + if ($data->hasRoles()) { $tmp = array_merge($tmp, array( 'roles' => array ( 'title' => $lang['strroles'], @@ -526,7 +526,7 @@ ) )); } - else {*/ + else { $tmp = array_merge($tmp, array( 'users' => array ( 'title' => $lang['strusers'], @@ -545,7 +545,7 @@ 'icon' => 'UserGroups', ) )); - //} + } $tmp = array_merge($tmp, array( 'account' => array ( -- 2.39.5