|
@@ 2199-2200 (lines=2) @@
|
| 2196 |
|
return $output; |
| 2197 |
|
} |
| 2198 |
|
|
| 2199 |
|
if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
| 2200 |
|
else $group_srl_list = explode('|@|', $args->group_srl_list); |
| 2201 |
|
// If no value is entered the default group, the value of group registration |
| 2202 |
|
if(!$args->group_srl_list) |
| 2203 |
|
{ |
|
@@ 2425-2426 (lines=2) @@
|
| 2422 |
|
|
| 2423 |
|
if($args->group_srl_list) |
| 2424 |
|
{ |
| 2425 |
|
if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
| 2426 |
|
else $group_srl_list = explode('|@|', $args->group_srl_list); |
| 2427 |
|
// If the group information, group information changes |
| 2428 |
|
if(count($group_srl_list) > 0) |
| 2429 |
|
{ |