- minor improvement of readability,

#thanks richy ;)
This commit is contained in:
Jan Lehnardt 2002-05-29 21:55:52 +00:00
parent 998ef91cad
commit 5ec88a3b73

View 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)) {