|
@@ 2036-2037 (lines=2) @@
|
| 2033 |
|
return $output; |
| 2034 |
|
} |
| 2035 |
|
|
| 2036 |
|
if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
| 2037 |
|
else $group_srl_list = explode('|@|', $args->group_srl_list); |
| 2038 |
|
// If no value is entered the default group, the value of group registration |
| 2039 |
|
if(!$args->group_srl_list) |
| 2040 |
|
{ |
|
@@ 2247-2248 (lines=2) @@
|
| 2244 |
|
|
| 2245 |
|
if($args->group_srl_list) |
| 2246 |
|
{ |
| 2247 |
|
if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list; |
| 2248 |
|
else $group_srl_list = explode('|@|', $args->group_srl_list); |
| 2249 |
|
// If the group information, group information changes |
| 2250 |
|
if(count($group_srl_list) > 0) |
| 2251 |
|
{ |