[Vtigercrm-commits] [vtiger-commits] r6068 - /vtigercrm/trunk/modules/Calendar/Calendar.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 16 11:16:54 EDT 2006
Author: saraj
Date: Tue May 16 09:16:50 2006
New Revision: 6068
Log:
arguments made as optional for Calendar constructor
Modified:
vtigercrm/trunk/modules/Calendar/Calendar.php
Modified: vtigercrm/trunk/modules/Calendar/Calendar.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/Calendar.php (original)
+++ vtigercrm/trunk/modules/Calendar/Calendar.php Tue May 16 09:16:50 2006
@@ -21,7 +21,7 @@
/*
constructor
*/
- function Calendar($view,$data)
+ function Calendar($view='',$data='')
{
$this->view = $view;
$this->date_time = new DateTime($data,true);
More information about the vtigercrm-commits
mailing list