From: Martin Jansen Date: Mon, 19 Jan 2004 13:57:38 +0000 (+0000) Subject: * CS X-Git-Tag: php_ibase_before_split~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36137aefe0220c1806bce8c18320594df9fd7edc;p=php * CS --- diff --git a/pear/PEAR.php b/pear/PEAR.php index b438cc7248..7af397313c 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -416,7 +416,7 @@ class PEAR // $error_code is a non-empty array here; // we walk through it trying to unset all // values - foreach($error_code AS $key => $error) { + foreach($error_code as $key => $error) { if ($this->_checkDelExpect($error)) { $deleted = true; } else {