[Vtigercrm-commits] [vtiger-commits] r6734 - /vtigercrm/trunk/include/utils/UserInfoUtil.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 30 04:45:44 EDT 2006


Author: don
Date: Tue May 30 02:45:40 2006
New Revision: 6734

Log:
Fixed the parent role issue in getRoleAndSubordinatesInfo()

Modified:
    vtigercrm/trunk/include/utils/UserInfoUtil.php

Modified: vtigercrm/trunk/include/utils/UserInfoUtil.php
==============================================================================
--- vtigercrm/trunk/include/utils/UserInfoUtil.php (original)
+++ vtigercrm/trunk/include/utils/UserInfoUtil.php Tue May 30 02:45:40 2006
@@ -2542,7 +2542,7 @@
 		$roleid=$adb->query_result($result,$i,'roleid');
                 $rolename=$adb->query_result($result,$i,'rolename');
                 $roledepth=$adb->query_result($result,$i,'depth');
-                $parentRoleSeq=$adb->query_result($result,$i,'parentrole');
+                $parentrole=$adb->query_result($result,$i,'parentrole');
 		$roleDet=Array();
 		$roleDet[]=$rolename;
 		$roleDet[]=$parentrole;





More information about the vtigercrm-commits mailing list