From: Tomas V.V.Cox Date: Sun, 12 May 2002 14:42:03 +0000 (+0000) Subject: Make avaible X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a838c773775e24082e55a551d885e2906b42d8a;p=php Make avaible --- diff --git a/pear/PEAR/Dependency.php b/pear/PEAR/Dependency.php index 76327df0ef..3fc035ee9b 100644 --- a/pear/PEAR/Dependency.php +++ b/pear/PEAR/Dependency.php @@ -101,6 +101,8 @@ class PEAR_Dependency $this->signOperator($operator) . " $req is required"; } return false; + } elseif ($relation == 'has') { + return false; } return "Relation '$relation' with requirement '$req' is not supported"; }