]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm.git/commitdiff
- change case of called classes
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 12 Jul 2002 15:27:27 +0000 (15:27 +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.1

php-pear-HTML_QuickForm-cosmetic.patch [new file with mode: 0644]

diff --git a/php-pear-HTML_QuickForm-cosmetic.patch b/php-pear-HTML_QuickForm-cosmetic.patch
new file mode 100644 (file)
index 0000000..d2af8b8
--- /dev/null
@@ -0,0 +1,27 @@
+--- ./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.058665 seconds and 4 git commands to generate.