aboutsummaryrefslogtreecommitdiff
path: root/views/failsafe/input
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-01-23 15:35:30 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-01-23 15:35:30 +0000
commit69bd87f4129a872042675cac195b14990ea7f707 (patch)
treee6a67c2551291fc31bd71c6aed49f3b4fb5981c5 /views/failsafe/input
parent2122211959f5d6000f0490e1c782a40e6ce56ec9 (diff)
downloadelgg-69bd87f4129a872042675cac195b14990ea7f707.tar.gz
elgg-69bd87f4129a872042675cac195b14990ea7f707.tar.bz2
Refs #706
git-svn-id: https://code.elgg.org/elgg/trunk@2611 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/failsafe/input')
-rw-r--r--views/failsafe/input/button.php2
-rw-r--r--views/failsafe/input/checkboxes.php2
-rw-r--r--views/failsafe/input/form.php2
-rw-r--r--views/failsafe/input/hidden.php2
-rw-r--r--views/failsafe/input/longtext.php2
-rw-r--r--views/failsafe/input/pulldown.php2
-rw-r--r--views/failsafe/input/reset.php2
-rw-r--r--views/failsafe/input/submit.php2
-rw-r--r--views/failsafe/input/text.php2
9 files changed, 9 insertions, 9 deletions
diff --git a/views/failsafe/input/button.php b/views/failsafe/input/button.php
index 9a72f38b0..ac1bfe784 100644
--- a/views/failsafe/input/button.php
+++ b/views/failsafe/input/button.php
@@ -8,7 +8,7 @@
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/checkboxes.php b/views/failsafe/input/checkboxes.php
index ff3ab8523..ccfa17982 100644
--- a/views/failsafe/input/checkboxes.php
+++ b/views/failsafe/input/checkboxes.php
@@ -8,7 +8,7 @@
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/form.php b/views/failsafe/input/form.php
index a640619bb..f02b97dfa 100644
--- a/views/failsafe/input/form.php
+++ b/views/failsafe/input/form.php
@@ -8,7 +8,7 @@
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['body'] The body of the form (made up of other input/xxx views and html
diff --git a/views/failsafe/input/hidden.php b/views/failsafe/input/hidden.php
index 4ff9f31da..5d3015414 100644
--- a/views/failsafe/input/hidden.php
+++ b/views/failsafe/input/hidden.php
@@ -8,7 +8,7 @@
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/longtext.php b/views/failsafe/input/longtext.php
index 85c3f8186..c28028217 100644
--- a/views/failsafe/input/longtext.php
+++ b/views/failsafe/input/longtext.php
@@ -8,7 +8,7 @@
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/pulldown.php b/views/failsafe/input/pulldown.php
index 96b4d19aa..fcd13a6b3 100644
--- a/views/failsafe/input/pulldown.php
+++ b/views/failsafe/input/pulldown.php
@@ -8,7 +8,7 @@
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/reset.php b/views/failsafe/input/reset.php
index 6aa9d1c82..c2e77670f 100644
--- a/views/failsafe/input/reset.php
+++ b/views/failsafe/input/reset.php
@@ -8,7 +8,7 @@
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/submit.php b/views/failsafe/input/submit.php
index 591a43998..f87600e63 100644
--- a/views/failsafe/input/submit.php
+++ b/views/failsafe/input/submit.php
@@ -8,7 +8,7 @@
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/text.php b/views/failsafe/input/text.php
index a6045cf4c..9f8ab79f7 100644
--- a/views/failsafe/input/text.php
+++ b/views/failsafe/input/text.php
@@ -8,7 +8,7 @@
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any