]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm.git/commitdiff
- outdated
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 7 Jan 2003 23:22:39 +0000 (23:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-HTML_QuickForm-cosmetic.patch -> 1.2

php-pear-HTML_QuickForm-cosmetic.patch [deleted file]

diff --git a/php-pear-HTML_QuickForm-cosmetic.patch b/php-pear-HTML_QuickForm-cosmetic.patch
deleted file mode 100644 (file)
index d2af8b8..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
---- ./HTML_QuickForm-2.3/QuickForm/select.php.org      Tue Jun 18 13:29:32 2002
-+++ ./HTML_QuickForm-2.3/QuickForm/select.php  Fri Jul 12 17:25:06 2002
-@@ -322,7 +322,7 @@
-     function loadArray($arr, $values=null)
-     {
-         if (!is_array($arr)) {
--            return new PEAR_ERROR("First argument to HTML_Select::loadArray is not a valid array");
-+            return new PEAR_Error("First argument to HTML_Select::loadArray is not a valid array");
-         }
-         if (isset($values)) {
-             $this->setSelected($values);
-@@ -355,7 +355,7 @@
-     {
-         if (!is_object($result) || (get_class($result) != "db_result" && 
-             is_subclass_of($result, "db_result"))) {
--            return new PEAR_ERROR("First argument to HTML_Select::loadDbResult is not a valid DB_result");
-+            return new PEAR_Error("First argument to HTML_Select::loadDbResult is not a valid DB_result");
-         }
-          if (isset($values)) {
-             $this->setValue($values);
-@@ -549,4 +549,4 @@
-     // }}}
- } //end class HTML_QuickForm_select
--?>
-\ No newline at end of file
-+?>
This page took 0.077001 seconds and 4 git commands to generate.