[Vtigercrm-commits] [vtiger-commits] r4038 - /vtigercrm/trunk/modules/Calendar/new_calendar.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 2 09:24:51 EST 2006
Author: saraj
Date: Thu Mar 2 07:24:48 2006
New Revision: 4038
Log:
calendar_monview.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 Thu Mar 2 07:24:48 2006
@@ -24,7 +24,7 @@
if ($mysel=="") { include "calendar_dayview.php"; }
if ($mysel=="day") { include "calendar_dayview.php"; }
if ($mysel=="week") { include "calendar_weekview.php"; }
- if ($mysel=="month") { include "monthview.php"; }
+ if ($mysel=="month") { include "calendar_monthview.php"; }
if ($mysel=="year") { include "yearview.php"; }
?>
More information about the vtigercrm-commits
mailing list