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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Jul 14 09:50:42 EDT 2006


Author: richie
Date: Fri Jul 14 07:50:39 2006
New Revision: 8047

Log:
logger obj has been created

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

Modified: vtigercrm/trunk/modules/Calendar/CalendarAjax.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/CalendarAjax.php (original)
+++ vtigercrm/trunk/modules/Calendar/CalendarAjax.php Fri Jul 14 07:50:39 2006
@@ -14,6 +14,8 @@
 require_once($theme_path."layout_utils.php");
 require_once("modules/Calendar/calendarLayout.php");
 require_once("modules/Calendar/Calendar.php");
+require_once('include/logging.php');
+$cal_log =& LoggerManager::getLogger('calendar');
 if(isset($_REQUEST['type']) && ($_REQUEST['type'] !=''))
 {
 	$type = $_REQUEST['type'];





More information about the vtigercrm-commits mailing list