1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 16:43:44 +02:00
This commit is contained in:
Stig Bakken
2001-10-29 07:21:08 +00:00
parent 688cdc581d
commit dc9fc4155e

View File

@@ -149,7 +149,7 @@ class PEAR_Registry
if ($ent{0} == "." || substr($ent, -4) != ".inf") {
continue;
}
$pkglist[] = substr($entry, 0, -4);
$pkglist[] = substr($ent, 0, -4);
}
return $pkglist;
}