1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 14:44:29 +02:00

Minor GUI improvements to signup page

This commit is contained in:
Cameron
2013-02-07 09:49:48 -08:00
parent ed56da85c3
commit cc8eefd5ff
3 changed files with 8 additions and 5 deletions

View File

@@ -318,6 +318,11 @@ class signup_shortcodes extends e_shortcode
$done_heading = FALSE;
if(!count($extList))
{
continue;
}
foreach($extList as $ext)
{
if($ext['user_extended_struct_required'] == 1 || $ext['user_extended_struct_required'] == 2)