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:
authorrobocoder <anthon.pang@gmail.com>2011-03-14 21:22:40 +0300
committerrobocoder <anthon.pang@gmail.com>2011-03-14 21:22:40 +0300
commit7e36c6db68ece71d4a270e4ccc361854df494140 (patch)
tree4f7defdb4052a66437ecd222ea66833cf747dfa1 /libs/Zend/Db/Statement/Oracle
parent24766f258ef6675c927d913c7cea8636db63de3c (diff)
fixes #2187
git-svn-id: http://dev.piwik.org/svn/trunk@4081 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/Zend/Db/Statement/Oracle')
-rw-r--r--libs/Zend/Db/Statement/Oracle/Exception.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/Zend/Db/Statement/Oracle/Exception.php b/libs/Zend/Db/Statement/Oracle/Exception.php
index d5e21bad3f..bb18802a17 100644
--- a/libs/Zend/Db/Statement/Oracle/Exception.php
+++ b/libs/Zend/Db/Statement/Oracle/Exception.php
@@ -15,9 +15,9 @@
* @category Zend
* @package Zend_Db
* @subpackage Statement
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: Exception.php 20096 2010-01-06 02:05:09Z bkarwin $
+ * @version $Id: Exception.php 23775 2011-03-01 17:25:24Z ralph $
*/
/**
@@ -29,7 +29,7 @@
* @category Zend
* @package Zend_Db
* @subpackage Statement
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/