Not break you moron

git-svn-id: file:///svn/phpbb/trunk@4377 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-08-11 01:29:16 +00:00
parent c8669abf9d
commit ff0a7e2630

View file

@ -16,6 +16,7 @@
// Previews of templates, imagesets, themes ... unified -> M-3 // Previews of templates, imagesets, themes ... unified -> M-3
// Add custom theme classes // Add custom theme classes
// Security review // Security review
// .zip not appearing @ area51 ...
if (!empty($setmodules)) if (!empty($setmodules))
{ {
@ -85,7 +86,7 @@ foreach (array('tar.gz' => 'zlib', 'tar.bz2' => 'bz2', 'zip' => 'zlib') as $type
{ {
if (!@extension_loaded($module)) if (!@extension_loaded($module))
{ {
break; continue;
} }
$archive_types .= ", <u>.$type</u>"; $archive_types .= ", <u>.$type</u>";
$archive_preg .= '|\.' . preg_quote($type); $archive_preg .= '|\.' . preg_quote($type);