]> granicus.if.org Git - php/commitdiff
- minor improvement of readability,
authorJan Lehnardt <jan@php.net>
Wed, 29 May 2002 21:55:52 +0000 (21:55 +0000)
committerJan Lehnardt <jan@php.net>
Wed, 29 May 2002 21:55:52 +0000 (21:55 +0000)
#thanks richy ;)

pear/PEAR.php

index 7df120b4db959cc3651062f9fe494fe1ab30c497..3a6b206fd2415bd0048d35578d4c5625d61cfc7f 100644 (file)
@@ -403,7 +403,7 @@ class PEAR
                     $deleted = false;
                 }   
             }
-            return $deleted?true:PEAR::raiseError("The expected error you submitted does not exist"); // IMPROVE ME
+            return $deleted ? true : PEAR::raiseError("The expected error you submitted does not exist"); // IMPROVE ME
         } elseif (!empty($error_code)) {
             // $error_code comes alone, trying to unset it
             if ($this->_checkDelExpect($error_code)) {