[Vtigercrm-commits] [vtiger-commits] r8018 -	/vtigercrm/trunk/modules/Users/profilePrivileges.php
    vtigercrm-commits at vtiger.fosslabs.com 
    vtigercrm-commits at vtiger.fosslabs.com
       
    Thu Jul 13 16:28:15 EDT 2006
    
    
  
Author: richie
Date: Thu Jul 13 14:27:22 2006
New Revision: 8018
Log:
added comments in code
Modified:
    vtigercrm/trunk/modules/Users/profilePrivileges.php
Modified: vtigercrm/trunk/modules/Users/profilePrivileges.php
==============================================================================
--- vtigercrm/trunk/modules/Users/profilePrivileges.php (original)
+++ vtigercrm/trunk/modules/Users/profilePrivileges.php Thu Jul 13 14:27:22 2006
@@ -542,6 +542,11 @@
 else
 	$smarty->display("EditProfile.tpl");
 
+/** returns html image code based on the input id
+  * @param $id -- Role Name:: Type varchar
+  * @returns $value -- html image code:: Type varcha:w
+  *
+ */	
 function getGlobalDisplayValue($id,$actionid)
 {
 	global $image_path;
@@ -566,6 +571,12 @@
 
 }
 
+
+/** returns html check box code based on the input id
+  * @param $id -- Role Name:: Type varchar
+  * @returns $value -- html check box code:: Type varcha:w
+  *
+ */
 function getGlobalDisplayOutput($id,$actionid)
 {
 	if($actionid == '1')
@@ -594,6 +605,12 @@
 
 }
 
+
+/** returns html image code based on the input id
+  * @param $id -- Role Name:: Type varchar
+  * @returns $value -- html image code:: Type varcha:w
+  *
+ */
 function getDisplayValue($id)
 {
 	global $image_path;
@@ -618,6 +635,12 @@
 
 }
 
+
+/** returns html check box code based on the input id
+  * @param $id -- Role Name:: Type varchar
+  * @returns $value -- html check box code:: Type varcha:w
+  *
+ */
 function getDisplayOutput($id,$tabid,$actionid)
 {
 	if($actionid == '')
    
    
More information about the vtigercrm-commits
mailing list