|
@@ 2104-2105 (lines=2) @@
|
| 2101 |
|
return $output; |
| 2102 |
|
} |
| 2103 |
|
|
| 2104 |
|
if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
| 2105 |
|
else $group_srl_list = explode('|@|', $args->group_srl_list); |
| 2106 |
|
// If no value is entered the default group, the value of group registration |
| 2107 |
|
if(!$args->group_srl_list) |
| 2108 |
|
{ |
|
@@ 2330-2331 (lines=2) @@
|
| 2327 |
|
|
| 2328 |
|
if($args->group_srl_list) |
| 2329 |
|
{ |
| 2330 |
|
if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
| 2331 |
|
else $group_srl_list = explode('|@|', $args->group_srl_list); |
| 2332 |
|
// If the group information, group information changes |
| 2333 |
|
if(count($group_srl_list) > 0) |
| 2334 |
|
{ |