|
@@ 2027-2028 (lines=2) @@
|
| 2024 |
|
return $output; |
| 2025 |
|
} |
| 2026 |
|
|
| 2027 |
|
if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
| 2028 |
|
else $group_srl_list = explode('|@|', $args->group_srl_list); |
| 2029 |
|
// If no value is entered the default group, the value of group registration |
| 2030 |
|
if(!$args->group_srl_list) |
| 2031 |
|
{ |
|
@@ 2238-2239 (lines=2) @@
|
| 2235 |
|
|
| 2236 |
|
if($args->group_srl_list) |
| 2237 |
|
{ |
| 2238 |
|
if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
| 2239 |
|
else $group_srl_list = explode('|@|', $args->group_srl_list); |
| 2240 |
|
// If the group information, group information changes |
| 2241 |
|
if(count($group_srl_list) > 0) |
| 2242 |
|
{ |