expanded !$var check to use empty($var)

This commit is contained in:
shrykedude 2003-10-03 02:01:21 +00:00
parent c218e158b1
commit 8a2a675b37

View File

@ -975,7 +975,7 @@
}
$image = $lang_images;
}
while (!$image_found && list(,$img) = each($image))
while (empty($image_found) && list(,$img) = each($image))
{
if(isset($this->found_files[$appname][$img.$ext]))
{