[Vtigercrm-commits] [vtiger-commits] r6896 - /vtigercrm/trunk/modules/Calendar/addEventUI.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 5 09:37:01 EDT 2006
Author: saraj
Date: Mon Jun 5 07:36:58 2006
New Revision: 6896
Log:
API docs updated
Modified:
vtigercrm/trunk/modules/Calendar/addEventUI.php
Modified: vtigercrm/trunk/modules/Calendar/addEventUI.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/addEventUI.php (original)
+++ vtigercrm/trunk/modules/Calendar/addEventUI.php Mon Jun 5 07:36:58 2006
@@ -72,6 +72,14 @@
$calendar_arr['calendar'] = new Calendar($mysel,$date_data);
$calendar_arr['view'] = $mysel;
$calendar_arr['calendar']->hour_format = $current_user->hour_format;
+
+/**
+ *To construct time select combo box
+ *@param $format -- the format :: Type string
+ *@param $bimode -- The mode :: Type string
+ *constructs html select combo box for time selection
+ *and returns it in string format.
+ */
function getTimeCombo($format,$bimode)
{
More information about the vtigercrm-commits
mailing list