[Vtigercrm-commits] [vtiger-commits] r6124 - /vtigercrm/trunk/modules/Calendar/Calendar.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 17 10:48:33 EDT 2006


Author: saraj
Date: Wed May 17 08:48:29 2006
New Revision: 6124

Log:
changes made to integrate mini calendar

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 Wed May 17 08:48:29 2006
@@ -6,7 +6,7 @@
 	var $view='day';
 	var $date_time;
 	var $hour_format = 'am/pm';
-	var $show_events;
+	var $show_events = true;
 	var $show_tasks; 
 	var $day_slice;
 	var $week_slice;
@@ -21,7 +21,7 @@
 	/*
 	constructor
 	*/
-	function Calendar($view='',$data='')
+	function Calendar($view='',$data=Array())
 	{
 		$this->view = $view;
 		$this->date_time = new DateTime($data,true);





More information about the vtigercrm-commits mailing list