]> git.pld-linux.org Git - packages/php-pear-Math_Vector.git/commitdiff
- fix case of class
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 18 Aug 2002 11:38:03 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Math_Vector-cosmetic.patch -> 1.3

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

diff --git a/php-pear-Math_Vector-cosmetic.patch b/php-pear-Math_Vector-cosmetic.patch
new file mode 100644 (file)
index 0000000..a7a216a
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./Vector.php.org   Wed Jul 31 02:57:24 2002
++++ ./Vector.php       Sun Aug 18 13:36:02 2002
+@@ -205,7 +205,7 @@
+       function set($i, $value) /*{{{*/
+       {
+               $res = $this->tuple->setElement($i, $value);
+-              if (Pear::isError($res))
++              if (PEAR::isError($res))
+                       return $res;
+               else
+                       return true;
This page took 0.069551 seconds and 4 git commands to generate.