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:
authormattpiwik <matthieu.aubry@gmail.com>2008-01-14 07:40:16 +0300
committermattpiwik <matthieu.aubry@gmail.com>2008-01-14 07:40:16 +0300
commite61efcc9938ab76239d9319b30376dcef22cc8fb (patch)
tree8726875199cc14b2490f9c6f1dad5beaa548b383 /libs/HTML/QuickForm
parent027f319c33c624648942106eddc737614f5165ed (diff)
adding svn:keywords Id properties + delete lib
git-svn-id: http://dev.piwik.org/svn/trunk@163 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/HTML/QuickForm')
-rwxr-xr-xlibs/HTML/QuickForm/Renderer/Array.php2
-rwxr-xr-xlibs/HTML/QuickForm/Renderer/ArraySmarty.php2
-rwxr-xr-xlibs/HTML/QuickForm/Rule.php2
-rwxr-xr-xlibs/HTML/QuickForm/Rule/Callback.php2
-rwxr-xr-xlibs/HTML/QuickForm/Rule/Compare.php2
-rwxr-xr-xlibs/HTML/QuickForm/Rule/Email.php2
-rwxr-xr-xlibs/HTML/QuickForm/Rule/Range.php2
-rwxr-xr-xlibs/HTML/QuickForm/Rule/Regex.php2
-rwxr-xr-xlibs/HTML/QuickForm/Rule/Required.php2
-rwxr-xr-xlibs/HTML/QuickForm/RuleRegistry.php2
-rwxr-xr-xlibs/HTML/QuickForm/advcheckbox.php2
-rwxr-xr-xlibs/HTML/QuickForm/autocomplete.php2
-rwxr-xr-xlibs/HTML/QuickForm/button.php2
-rwxr-xr-xlibs/HTML/QuickForm/checkbox.php2
-rwxr-xr-xlibs/HTML/QuickForm/date.php2
-rwxr-xr-xlibs/HTML/QuickForm/element.php2
-rwxr-xr-xlibs/HTML/QuickForm/file.php2
-rwxr-xr-xlibs/HTML/QuickForm/group.php2
-rwxr-xr-xlibs/HTML/QuickForm/header.php2
-rwxr-xr-xlibs/HTML/QuickForm/hidden.php2
-rwxr-xr-xlibs/HTML/QuickForm/hiddenselect.php2
-rwxr-xr-xlibs/HTML/QuickForm/hierselect.php2
-rwxr-xr-xlibs/HTML/QuickForm/html.php2
-rwxr-xr-xlibs/HTML/QuickForm/image.php2
-rwxr-xr-xlibs/HTML/QuickForm/input.php2
-rwxr-xr-xlibs/HTML/QuickForm/link.php2
-rwxr-xr-xlibs/HTML/QuickForm/password.php2
-rwxr-xr-xlibs/HTML/QuickForm/radio.php2
-rwxr-xr-xlibs/HTML/QuickForm/reset.php2
-rwxr-xr-xlibs/HTML/QuickForm/select.php2
-rwxr-xr-xlibs/HTML/QuickForm/static.php2
-rwxr-xr-xlibs/HTML/QuickForm/submit.php2
-rwxr-xr-xlibs/HTML/QuickForm/text.php2
-rwxr-xr-xlibs/HTML/QuickForm/textarea.php2
-rwxr-xr-xlibs/HTML/QuickForm/xbutton.php2
35 files changed, 35 insertions, 35 deletions
diff --git a/libs/HTML/QuickForm/Renderer/Array.php b/libs/HTML/QuickForm/Renderer/Array.php
index 24874ecb5a..b8eab80b7a 100755
--- a/libs/HTML/QuickForm/Renderer/Array.php
+++ b/libs/HTML/QuickForm/Renderer/Array.php
@@ -20,7 +20,7 @@
* @author Thomas Schulz <ths@4bconsult.de>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: Array.php,v 1.10 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/Renderer/ArraySmarty.php b/libs/HTML/QuickForm/Renderer/ArraySmarty.php
index b8d26d66b5..e7495a17b3 100755
--- a/libs/HTML/QuickForm/Renderer/ArraySmarty.php
+++ b/libs/HTML/QuickForm/Renderer/ArraySmarty.php
@@ -20,7 +20,7 @@
* @author Thomas Schulz <ths@4bconsult.de>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: ArraySmarty.php,v 1.12 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/Rule.php b/libs/HTML/QuickForm/Rule.php
index 8f66a847a0..e172a43199 100755
--- a/libs/HTML/QuickForm/Rule.php
+++ b/libs/HTML/QuickForm/Rule.php
@@ -17,7 +17,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: Rule.php,v 1.3 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/Rule/Callback.php b/libs/HTML/QuickForm/Rule/Callback.php
index 6c1e9b22b8..e35b79f223 100755
--- a/libs/HTML/QuickForm/Rule/Callback.php
+++ b/libs/HTML/QuickForm/Rule/Callback.php
@@ -17,7 +17,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: Callback.php,v 1.8 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/Rule/Compare.php b/libs/HTML/QuickForm/Rule/Compare.php
index fd51708f8a..e7d491301d 100755
--- a/libs/HTML/QuickForm/Rule/Compare.php
+++ b/libs/HTML/QuickForm/Rule/Compare.php
@@ -17,7 +17,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: Compare.php,v 1.6 2007/06/05 18:35:49 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/Rule/Email.php b/libs/HTML/QuickForm/Rule/Email.php
index 1c39823f14..bb30c6546c 100755
--- a/libs/HTML/QuickForm/Rule/Email.php
+++ b/libs/HTML/QuickForm/Rule/Email.php
@@ -17,7 +17,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: Email.php,v 1.6 2007/06/03 13:47:06 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/Rule/Range.php b/libs/HTML/QuickForm/Rule/Range.php
index 5acba2c97f..aaa32d0660 100755
--- a/libs/HTML/QuickForm/Rule/Range.php
+++ b/libs/HTML/QuickForm/Rule/Range.php
@@ -17,7 +17,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: Range.php,v 1.7 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/Rule/Regex.php b/libs/HTML/QuickForm/Rule/Regex.php
index 666581ac00..bc060b9887 100755
--- a/libs/HTML/QuickForm/Rule/Regex.php
+++ b/libs/HTML/QuickForm/Rule/Regex.php
@@ -17,7 +17,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: Regex.php,v 1.5 2007/06/03 13:47:06 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/Rule/Required.php b/libs/HTML/QuickForm/Rule/Required.php
index 9612d3e3ca..831efcf3ee 100755
--- a/libs/HTML/QuickForm/Rule/Required.php
+++ b/libs/HTML/QuickForm/Rule/Required.php
@@ -17,7 +17,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: Required.php,v 1.5 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/RuleRegistry.php b/libs/HTML/QuickForm/RuleRegistry.php
index f4db7ba56d..e77c338a25 100755
--- a/libs/HTML/QuickForm/RuleRegistry.php
+++ b/libs/HTML/QuickForm/RuleRegistry.php
@@ -19,7 +19,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: RuleRegistry.php,v 1.18 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/advcheckbox.php b/libs/HTML/QuickForm/advcheckbox.php
index 54f2c49bcc..3112d4f415 100755
--- a/libs/HTML/QuickForm/advcheckbox.php
+++ b/libs/HTML/QuickForm/advcheckbox.php
@@ -18,7 +18,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: advcheckbox.php,v 1.17 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/autocomplete.php b/libs/HTML/QuickForm/autocomplete.php
index fdb7b3549d..b4b537c6db 100755
--- a/libs/HTML/QuickForm/autocomplete.php
+++ b/libs/HTML/QuickForm/autocomplete.php
@@ -17,7 +17,7 @@
* @author Matteo Di Giovinazzo <matteodg@infinito.it>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: autocomplete.php,v 1.7 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/button.php b/libs/HTML/QuickForm/button.php
index ed54612469..a91f5900ca 100755
--- a/libs/HTML/QuickForm/button.php
+++ b/libs/HTML/QuickForm/button.php
@@ -18,7 +18,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: button.php,v 1.5 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/checkbox.php b/libs/HTML/QuickForm/checkbox.php
index 9ded15cfbe..2475b43712 100755
--- a/libs/HTML/QuickForm/checkbox.php
+++ b/libs/HTML/QuickForm/checkbox.php
@@ -19,7 +19,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: checkbox.php,v 1.22 2007/06/03 15:25:28 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/date.php b/libs/HTML/QuickForm/date.php
index f6afdf54d2..3f3e00eeef 100755
--- a/libs/HTML/QuickForm/date.php
+++ b/libs/HTML/QuickForm/date.php
@@ -17,7 +17,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: date.php,v 1.60 2007/06/04 19:22:23 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/element.php b/libs/HTML/QuickForm/element.php
index f2bb6e0c67..2604d39d47 100755
--- a/libs/HTML/QuickForm/element.php
+++ b/libs/HTML/QuickForm/element.php
@@ -19,7 +19,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: element.php,v 1.35 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/file.php b/libs/HTML/QuickForm/file.php
index 35a186e6ac..de23a1ec0e 100755
--- a/libs/HTML/QuickForm/file.php
+++ b/libs/HTML/QuickForm/file.php
@@ -19,7 +19,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: file.php,v 1.23 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/group.php b/libs/HTML/QuickForm/group.php
index 3246b0ead8..9c1cd9b476 100755
--- a/libs/HTML/QuickForm/group.php
+++ b/libs/HTML/QuickForm/group.php
@@ -19,7 +19,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: group.php,v 1.39 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/header.php b/libs/HTML/QuickForm/header.php
index 90e6f0517c..9cb0f364c6 100755
--- a/libs/HTML/QuickForm/header.php
+++ b/libs/HTML/QuickForm/header.php
@@ -17,7 +17,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: header.php,v 1.2 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/hidden.php b/libs/HTML/QuickForm/hidden.php
index 95417b6a7e..b0fb3d9669 100755
--- a/libs/HTML/QuickForm/hidden.php
+++ b/libs/HTML/QuickForm/hidden.php
@@ -18,7 +18,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: hidden.php,v 1.11 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/hiddenselect.php b/libs/HTML/QuickForm/hiddenselect.php
index 8d3d97b172..d3ed8dc954 100755
--- a/libs/HTML/QuickForm/hiddenselect.php
+++ b/libs/HTML/QuickForm/hiddenselect.php
@@ -17,7 +17,7 @@
* @author Isaac Shepard <ishepard@bsiweb.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: hiddenselect.php,v 1.6 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/hierselect.php b/libs/HTML/QuickForm/hierselect.php
index 9cee299a1e..0879aa9a72 100755
--- a/libs/HTML/QuickForm/hierselect.php
+++ b/libs/HTML/QuickForm/hierselect.php
@@ -19,7 +19,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: hierselect.php,v 1.19 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/html.php b/libs/HTML/QuickForm/html.php
index 03651a4c14..32894d1682 100755
--- a/libs/HTML/QuickForm/html.php
+++ b/libs/HTML/QuickForm/html.php
@@ -17,7 +17,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: html.php,v 1.2 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/image.php b/libs/HTML/QuickForm/image.php
index 0c3c3a7553..513f3beacd 100755
--- a/libs/HTML/QuickForm/image.php
+++ b/libs/HTML/QuickForm/image.php
@@ -18,7 +18,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: image.php,v 1.5 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/input.php b/libs/HTML/QuickForm/input.php
index fa82558a6a..8166864a87 100755
--- a/libs/HTML/QuickForm/input.php
+++ b/libs/HTML/QuickForm/input.php
@@ -18,7 +18,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: input.php,v 1.9 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/link.php b/libs/HTML/QuickForm/link.php
index fd39cceea1..17e0276d74 100755
--- a/libs/HTML/QuickForm/link.php
+++ b/libs/HTML/QuickForm/link.php
@@ -18,7 +18,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: link.php,v 1.3 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/password.php b/libs/HTML/QuickForm/password.php
index a848aa0ac3..2f606b358c 100755
--- a/libs/HTML/QuickForm/password.php
+++ b/libs/HTML/QuickForm/password.php
@@ -18,7 +18,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: password.php,v 1.7 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/radio.php b/libs/HTML/QuickForm/radio.php
index a90f199536..702a255af8 100755
--- a/libs/HTML/QuickForm/radio.php
+++ b/libs/HTML/QuickForm/radio.php
@@ -18,7 +18,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: radio.php,v 1.19 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/reset.php b/libs/HTML/QuickForm/reset.php
index 2f43a24b11..7146fd858b 100755
--- a/libs/HTML/QuickForm/reset.php
+++ b/libs/HTML/QuickForm/reset.php
@@ -18,7 +18,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: reset.php,v 1.5 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/select.php b/libs/HTML/QuickForm/select.php
index 9c5108ab31..ed97672a21 100755
--- a/libs/HTML/QuickForm/select.php
+++ b/libs/HTML/QuickForm/select.php
@@ -19,7 +19,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: select.php,v 1.33 2007/06/03 15:01:00 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/static.php b/libs/HTML/QuickForm/static.php
index 02875e6109..cbe6c964a9 100755
--- a/libs/HTML/QuickForm/static.php
+++ b/libs/HTML/QuickForm/static.php
@@ -17,7 +17,7 @@
* @author Wojciech Gdela <eltehaem@poczta.onet.pl>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: static.php,v 1.7 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/submit.php b/libs/HTML/QuickForm/submit.php
index 53156f993d..97bddede83 100755
--- a/libs/HTML/QuickForm/submit.php
+++ b/libs/HTML/QuickForm/submit.php
@@ -18,7 +18,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: submit.php,v 1.5 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/text.php b/libs/HTML/QuickForm/text.php
index cb1c10a254..afb38d07de 100755
--- a/libs/HTML/QuickForm/text.php
+++ b/libs/HTML/QuickForm/text.php
@@ -18,7 +18,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: text.php,v 1.6 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/textarea.php b/libs/HTML/QuickForm/textarea.php
index 4e72b59eee..5e3de74c6f 100755
--- a/libs/HTML/QuickForm/textarea.php
+++ b/libs/HTML/QuickForm/textarea.php
@@ -18,7 +18,7 @@
* @author Bertrand Mansion <bmansion@mamasam.com>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: textarea.php,v 1.12 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/
diff --git a/libs/HTML/QuickForm/xbutton.php b/libs/HTML/QuickForm/xbutton.php
index 7e4d49ceba..aaa339c85f 100755
--- a/libs/HTML/QuickForm/xbutton.php
+++ b/libs/HTML/QuickForm/xbutton.php
@@ -17,7 +17,7 @@
* @author Alexey Borzov <avb@php.net>
* @copyright 2001-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: xbutton.php,v 1.2 2007/05/29 18:34:36 avb Exp $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/HTML_QuickForm
*/