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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 28 01:16:16 EST 2006


Author: saraj
Date: Mon Feb 27 23:16:13 2006
New Revision: 3980

Log:
calendar_dayview.php has been included

Modified:
    vtigercrm/trunk/modules/Calendar/new_calendar.php

Modified: vtigercrm/trunk/modules/Calendar/new_calendar.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/new_calendar.php (original)
+++ vtigercrm/trunk/modules/Calendar/new_calendar.php Mon Feb 27 23:16:13 2006
@@ -21,8 +21,8 @@
 */ 
 	$mysel= $_GET['sel'];
 	
-	if ($mysel=="") { include "dayview.php"; }
-	if ($mysel=="day") { include "dayview.php"; }
+	if ($mysel=="") { include "calendar_dayview.php"; }
+	if ($mysel=="day") { include "calendar_dayview.php"; }
 	if ($mysel=="week") { include "weekview.php"; }
 	if ($mysel=="month") { include "monthview.php"; }
 	if ($mysel=="year") { include "yearview.php"; }





More information about the vtigercrm-commits mailing list