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>2009-07-08 08:58:45 +0400
committerrobocoder <anthon.pang@gmail.com>2009-07-08 08:58:45 +0400
commita25f4e56f7d026658ec08b61a2cbf5fb853486e3 (patch)
tree27c4d903602fdf59b8e7e00abca36721bab2d76b /libs/HTML/QuickForm/Rule/Email.php
parent4fb541d1bb1b2bed65142ee2ec98a4a554001165 (diff)
fixes #856 - update PEAR HTML_Common from 1.2.4 to 1.2.5,
and HTML_QuickForm from 3.2.8 to 3.2.10. git-svn-id: http://dev.piwik.org/svn/trunk@1297 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/HTML/QuickForm/Rule/Email.php')
-rw-r--r--libs/HTML/QuickForm/Rule/Email.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/HTML/QuickForm/Rule/Email.php b/libs/HTML/QuickForm/Rule/Email.php
index 97e0ca18ac..6f79653378 100644
--- a/libs/HTML/QuickForm/Rule/Email.php
+++ b/libs/HTML/QuickForm/Rule/Email.php
@@ -15,7 +15,7 @@
* @category HTML
* @package HTML_QuickForm
* @author Bertrand Mansion <bmansion@mamasam.com>
- * @copyright 2001-2007 The PHP Group
+ * @copyright 2001-2009 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
@@ -32,7 +32,7 @@ require_once 'HTML/QuickForm/Rule.php';
* @category HTML
* @package HTML_QuickForm
* @author Bertrand Mansion <bmansion@mamasam.com>
- * @version Release: 3.2.9
+ * @version Release: 3.2.11
* @since 3.2
*/
class HTML_QuickForm_Rule_Email extends HTML_QuickForm_Rule
@@ -70,4 +70,4 @@ class HTML_QuickForm_Rule_Email extends HTML_QuickForm_Rule
} // end func getValidationScript
} // end class HTML_QuickForm_Rule_Email
-?>
+?> \ No newline at end of file