Sophie

Sophie

distrib > PLD > ra > i686 > by-pkgid > 60fcbc7046ac6991c2caa5047e105e89 > files > 2

php-pear-Math_Vector-0.5.1-2.src.rpm

--- ./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;