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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-14 07:40:16 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-14 07:40:16 +0300
commit93c7c2916578b226e5e8976081d46f0b8eb1caab (patch)
tree8726875199cc14b2490f9c6f1dad5beaa548b383 /libs/Zend/Log/Writer/Abstract.php
parent822cfcc0acf7c6572283c7c125dd07ab5b2cbbe8 (diff)
adding svn:keywords Id properties + delete lib
Diffstat (limited to 'libs/Zend/Log/Writer/Abstract.php')
-rwxr-xr-xlibs/Zend/Log/Writer/Abstract.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/Zend/Log/Writer/Abstract.php b/libs/Zend/Log/Writer/Abstract.php
index 89966c0f7f..d8803304b7 100755
--- a/libs/Zend/Log/Writer/Abstract.php
+++ b/libs/Zend/Log/Writer/Abstract.php
@@ -17,7 +17,7 @@
* @subpackage Writer
* @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: Abstract.php 4560 2007-04-20 08:01:32Z mike $
+ * @version $Id$
*/
/** Zend_Log_Filter_Priority */
@@ -32,7 +32,7 @@ require_once 'Zend/Log/Exception.php';
* @subpackage Writer
* @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: Abstract.php 4560 2007-04-20 08:01:32Z mike $
+ * @version $Id$
*/
abstract class Zend_Log_Writer_Abstract
{