[Vtigercrm-commits] [vtiger-commits] r8020 - /vtigercrm/trunk/modules/Users/RoleDetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 16:33:57 EDT 2006
Author: richie
Date: Thu Jul 13 14:32:21 2006
New Revision: 8020
Log:
added comments in code
Modified:
vtigercrm/trunk/modules/Users/RoleDetailView.php
Modified: vtigercrm/trunk/modules/Users/RoleDetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Users/RoleDetailView.php (original)
+++ vtigercrm/trunk/modules/Users/RoleDetailView.php Thu Jul 13 14:32:21 2006
@@ -29,7 +29,11 @@
$smarty = new vtigerCRM_Smarty;
$roleid= $_REQUEST['roleid'];
-//Standard PickList Fields
+/** gives the role info, role profile info and role user info details in an array for the specified role id
+ * @param $roleid -- role id:: Type integer
+ * @returns $return_data -- array contains role info, role profile info and role user info. This array is used to construct the detail view for the specified role id :: Type varchar
+ *
+ */
function getStdOutput($roleid)
{
//Retreiving the related vtiger_profiles
More information about the vtigercrm-commits
mailing list