@@ 2224-2225 (lines=2) @@ | ||
2221 | return $output; |
|
2222 | } |
|
2223 | ||
2224 | if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
|
2225 | else $group_srl_list = explode('|@|', $args->group_srl_list); |
|
2226 | // If no value is entered the default group, the value of group registration |
|
2227 | if(!$args->group_srl_list) |
|
2228 | { |
|
@@ 2450-2451 (lines=2) @@ | ||
2447 | ||
2448 | if($args->group_srl_list) |
|
2449 | { |
|
2450 | if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
|
2451 | else $group_srl_list = explode('|@|', $args->group_srl_list); |
|
2452 | // If the group information, group information changes |
|
2453 | if(count($group_srl_list) > 0) |
|
2454 | { |