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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 28 06:26:11 EST 2006


Author: saraj
Date: Tue Feb 28 04:26:05 2006
New Revision: 3999

Log:
calendar_weekview.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 Tue Feb 28 04:26:05 2006
@@ -23,7 +23,7 @@
 	
 	if ($mysel=="") { include "calendar_dayview.php"; }
 	if ($mysel=="day") { include "calendar_dayview.php"; }
-	if ($mysel=="week") { include "weekview.php"; }
+	if ($mysel=="week") { include "calendar_weekview.php"; }
 	if ($mysel=="month") { include "monthview.php"; }
 	if ($mysel=="year") { include "yearview.php"; }
 





More information about the vtigercrm-commits mailing list