1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
This commit is contained in:
Greg Beaver
2003-08-30 15:59:50 +00:00
parent 6c69b28790
commit b9c71c7754

View File

@@ -116,7 +116,7 @@ class PEAR_Dependency
* @return mixed bool false if no error or the error string
*/
function checkPackage(&$errmsg, $name, $req = null, $relation = 'has',
$opt = false)
$opt = false)
{
if (substr($relation, 0, 2) == 'v.') {
$relation = substr($relation, 2);