[Vtigercrm-commits] [vtiger-commits] r7993 - /vtigercrm/trunk/modules/Activities/Event.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 12:19:44 EDT 2006


Author: richie
Date: Thu Jul 13 10:19:40 2006
New Revision: 7993

Log:
API docs and logs updated

Modified:
    vtigercrm/trunk/modules/Activities/Event.php

Modified: vtigercrm/trunk/modules/Activities/Event.php
==============================================================================
--- vtigercrm/trunk/modules/Activities/Event.php (original)
+++ vtigercrm/trunk/modules/Activities/Event.php Thu Jul 13 10:19:40 2006
@@ -84,6 +84,11 @@
 	var $new_schema = true;
 
 
+    /**
+     * Function to get count of tasks
+     * @param  string  $user_name   - User Name
+     * returns the count of type integer
+     */
     function getCount($user_name) 
     {
 	global $log;





More information about the vtigercrm-commits mailing list