]> granicus.if.org Git - php/commitdiff
* CS
authorMartin Jansen <mj@php.net>
Mon, 19 Jan 2004 13:57:38 +0000 (13:57 +0000)
committerMartin Jansen <mj@php.net>
Mon, 19 Jan 2004 13:57:38 +0000 (13:57 +0000)
pear/PEAR.php

index b438cc72483331e08f3b9a6c7861d84cc0b05b05..7af397313c3b2e4bbccb8628825642cd2e2c7863 100644 (file)
@@ -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 {