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/Exception.php
parent822cfcc0acf7c6572283c7c125dd07ab5b2cbbe8 (diff)
adding svn:keywords Id properties + delete lib
Diffstat (limited to 'libs/Zend/Log/Exception.php')
-rwxr-xr-xlibs/Zend/Log/Exception.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/Zend/Log/Exception.php b/libs/Zend/Log/Exception.php
index b1018f8b34..cc93907a4e 100755
--- a/libs/Zend/Log/Exception.php
+++ b/libs/Zend/Log/Exception.php
@@ -16,7 +16,7 @@
* @package Zend_Log
* @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: Exception.php 4412 2007-04-06 21:17:32Z zendbot $
+ * @version $Id$
*/
/** Zend_Exception */
@@ -27,7 +27,7 @@ require_once 'Zend/Exception.php';
* @package Zend_Log
* @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: Exception.php 4412 2007-04-06 21:17:32Z zendbot $
+ * @version $Id$
*/
class Zend_Log_Exception extends Zend_Exception
{}