[Vtigercrm-commits] [vtiger-commits] r3925 - /vtigercrm/trunk/modules/Calendar/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Feb 24 09:32:24 EST 2006
Author: saraj
Date: Fri Feb 24 07:32:16 2006
New Revision: 3925
Log:
changes made to integrate dayview of calendar
Modified:
vtigercrm/trunk/modules/Calendar/index.php
Modified: vtigercrm/trunk/modules/Calendar/index.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/index.php (original)
+++ vtigercrm/trunk/modules/Calendar/index.php Fri Feb 24 07:32:16 2006
@@ -26,7 +26,7 @@
require_once ($theme_path."layout_utils.php");
global $mod_strings;
-//include ('modules/Calendar/calendar_day.php');
-include ('modules/Calendar/new_calendar.php');
+include ('modules/Calendar/calendar_day.php');
+//include ('modules/Calendar/new_calendar.php');
?>
More information about the vtigercrm-commits
mailing list