Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2008-01-14 07:40:16 +0300
committermattpiwik <matthieu.aubry@gmail.com>2008-01-14 07:40:16 +0300
commite61efcc9938ab76239d9319b30376dcef22cc8fb (patch)
tree8726875199cc14b2490f9c6f1dad5beaa548b383 /libs/Zend/Log/Formatter/Simple.php
parent027f319c33c624648942106eddc737614f5165ed (diff)
adding svn:keywords Id properties + delete lib
git-svn-id: http://dev.piwik.org/svn/trunk@163 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/Zend/Log/Formatter/Simple.php')
-rwxr-xr-xlibs/Zend/Log/Formatter/Simple.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/Zend/Log/Formatter/Simple.php b/libs/Zend/Log/Formatter/Simple.php
index 4202ad9385..cf0276c8ef 100755
--- a/libs/Zend/Log/Formatter/Simple.php
+++ b/libs/Zend/Log/Formatter/Simple.php
@@ -17,7 +17,7 @@
* @subpackage Formatter
* @copyright Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: Simple.php 4389 2007-04-06 15:17:41Z mike $
+ * @version $Id$
*/
/** Zend_Log_Formatter_Interface */
@@ -29,7 +29,7 @@ require_once 'Zend/Log/Formatter/Interface.php';
* @subpackage Formatter
* @copyright Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: Simple.php 4389 2007-04-06 15:17:41Z mike $
+ * @version $Id$
*/
class Zend_Log_Formatter_Simple implements Zend_Log_Formatter_Interface
{