[Vtigercrm-commits] [vtiger-commits] r9379 - /vtigercrm/trunk/log4php/LoggerBasicConfigurator.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Sep 9 08:41:52 EDT 2006


Author: jerrydgeorge
Date: Sat Sep  9 06:41:44 2006
New Revision: 9379

Log:
extra bracket removed --Jeri

Modified:
    vtigercrm/trunk/log4php/LoggerBasicConfigurator.php

Modified: vtigercrm/trunk/log4php/LoggerBasicConfigurator.php
==============================================================================
--- vtigercrm/trunk/log4php/LoggerBasicConfigurator.php (original)
+++ vtigercrm/trunk/log4php/LoggerBasicConfigurator.php Sat Sep  9 06:41:44 2006
@@ -59,7 +59,7 @@
         $layout = LoggerLayout::factory('LoggerLayoutTTCC');
         $appender->setLayout($layout);
 
-        $root->addAppender($appender));
+        $root->addAppender($appender);
     }
 
     /**
@@ -77,4 +77,4 @@
         LoggerManager::resetConfiguration();
     }
 }
-?>
+?>





More information about the vtigercrm-commits mailing list