Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 2 → Rev 3

/trunk/features.class.php
264,7 → 264,7
/* DEBUG */
// echo " $impl=$thisImplVer ";
if ($thisImplVer === '-' || $thisImplVer > $safeVer)
if (preg_match('/^-?$/', $thisImplVer) || $thisImplVer > $safeVer)
{
return '';
}