[Vtigercrm-commits] [vtiger-commits] r6357 - /vtigercrm/trunk/include/utils/CommonUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 09:40:30 EDT 2006
Author: saraj
Date: Wed May 24 07:40:25 2006
New Revision: 6357
Log:
Added the settings tab
Modified:
vtigercrm/trunk/include/utils/CommonUtils.php
Modified: vtigercrm/trunk/include/utils/CommonUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/CommonUtils.php (original)
+++ vtigercrm/trunk/include/utils/CommonUtils.php Wed May 24 07:40:25 2006
@@ -1043,6 +1043,10 @@
}
$parenttab = getParentTabName($parid);
+ if($parenttab == 'Settings' && $is_admin)
+ {
+ $subtabs[] = 'Settings';
+ }
if($parenttab != 'Settings' ||($parenttab == 'Settings' && $is_admin))
{
More information about the vtigercrm-commits
mailing list