[Vtigercrm-commits] [vtiger-commits] r8046 - /vtigercrm/trunk/modules/Calendar/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jul 14 09:49:13 EDT 2006
Author: richie
Date: Fri Jul 14 07:49:10 2006
New Revision: 8046
Log:
logger obj has been created
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 Jul 14 07:49:10 2006
@@ -24,6 +24,8 @@
$theme_path="themes/".$theme."/";
$image_path=$theme_path."images/";
require_once ($theme_path."layout_utils.php");
+require_once('include/logging.php');
+$cal_log =& LoggerManager::getLogger('calendar');
global $mod_strings;
include ('modules/Calendar/new_calendar.php');
More information about the vtigercrm-commits
mailing list