[Vtigercrm-commits] [vtiger-commits] r8010 - /vtigercrm/trunk/modules/Users/ListProfiles.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 15:48:51 EDT 2006
Author: richie
Date: Thu Jul 13 13:47:18 2006
New Revision: 8010
Log:
added comments in code
Modified:
vtigercrm/trunk/modules/Users/ListProfiles.php
Modified: vtigercrm/trunk/modules/Users/ListProfiles.php
==============================================================================
--- vtigercrm/trunk/modules/Users/ListProfiles.php (original)
+++ vtigercrm/trunk/modules/Users/ListProfiles.php Thu Jul 13 13:47:18 2006
@@ -29,7 +29,13 @@
$noofrows = $adb->num_rows($profileListResult);
$list_entries = array($mod_strings['LBL_LIST_NO'],$mod_strings['LBL_LIST_TOOLS'],$mod_strings['LBL_NEW_PROFILE_NAME'],$mod_strings['LBL_DESCRIPTION']);
-//Standard PickList Fields
+/** gives the profile list info array
+ * @param $profileListResult -- profile list database result:: Type array
+ * @param $noofrows -- no of rows in the $profileListResult:: Type integer
+ * @param $mod_strings -- i18n mod_strings array:: Type array
+ * @returns $return_date -- profile list info array:: Type array
+ *
+ */
function getStdOutput($profileListResult, $noofrows, $mod_strings)
{
global $adb;
More information about the vtigercrm-commits
mailing list