|
@@ 2014-2015 (lines=2) @@
|
| 2011 |
|
return $output; |
| 2012 |
|
} |
| 2013 |
|
|
| 2014 |
|
if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
| 2015 |
|
else $group_srl_list = explode('|@|', $args->group_srl_list); |
| 2016 |
|
// If no value is entered the default group, the value of group registration |
| 2017 |
|
if(!$args->group_srl_list) |
| 2018 |
|
{ |
|
@@ 2222-2223 (lines=2) @@
|
| 2219 |
|
|
| 2220 |
|
if($args->group_srl_list) |
| 2221 |
|
{ |
| 2222 |
|
if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
| 2223 |
|
else $group_srl_list = explode('|@|', $args->group_srl_list); |
| 2224 |
|
// If the group information, group information changes |
| 2225 |
|
if(count($group_srl_list) > 0) |
| 2226 |
|
{ |