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>2010-01-12 19:57:50 +0300
committerrobocoder <anthon.pang@gmail.com>2010-01-12 19:57:50 +0300
commit95ee6e641eaf2dce16e417eac24dbf93eb0d6bab (patch)
tree93426862ad7ff9d7475657b4be208ad506aac5cd /libs/Zend/Validate
parent4f6e8fb29c6c021ddd3ab3d74eff6079a52d6877 (diff)
update to Zend Framework 1.9.7
git-svn-id: http://dev.piwik.org/svn/trunk@1787 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/Zend/Validate')
-rw-r--r--libs/Zend/Validate/File/Crc32.php2
-rw-r--r--libs/Zend/Validate/Hostname/Com.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/Zend/Validate/File/Crc32.php b/libs/Zend/Validate/File/Crc32.php
index 80ed0ce6d1..fd46d81b6b 100644
--- a/libs/Zend/Validate/File/Crc32.php
+++ b/libs/Zend/Validate/File/Crc32.php
@@ -176,4 +176,4 @@ class Zend_Validate_File_Crc32 extends Zend_Validate_File_Hash
return $this->_throw($file, self::DOES_NOT_MATCH);
}
-}
+} \ No newline at end of file
diff --git a/libs/Zend/Validate/Hostname/Com.php b/libs/Zend/Validate/Hostname/Com.php
index 929d8b0f0c..19290b300f 100644
--- a/libs/Zend/Validate/Hostname/Com.php
+++ b/libs/Zend/Validate/Hostname/Com.php
@@ -195,4 +195,4 @@ return array(
79 => '/^[\x{20000}-\x{2A6DF}]{1,63}$/iu',
80 => '/^[\x{2F800}-\x{2FA1F}]{1,63}$/iu'
-);
+); \ No newline at end of file