|
@@ 2101-2101 (lines=1) @@
|
| 2098 |
|
// Control of essential parameters |
| 2099 |
|
if($args->allow_mailing!='Y') $args->allow_mailing = 'N'; |
| 2100 |
|
if($args->denied!='Y') $args->denied = 'N'; |
| 2101 |
|
if(!$args->allow_message || ($args->allow_message && !in_array($args->allow_message, array('Y','N','F')))) $args->allow_message = 'Y'; |
| 2102 |
|
|
| 2103 |
|
if($logged_info->is_admin == 'Y') |
| 2104 |
|
{ |
|
@@ 2288-2288 (lines=1) @@
|
| 2285 |
|
if(!$this->memberInfo) $this->memberInfo = $oMemberModel->getMemberInfoByMemberSrl($args->member_srl); |
| 2286 |
|
// Control of essential parameters |
| 2287 |
|
if($args->allow_mailing!='Y') $args->allow_mailing = 'N'; |
| 2288 |
|
if($args->allow_message && !in_array($args->allow_message, array('Y','N','F'))) $args->allow_message = 'Y'; |
| 2289 |
|
|
| 2290 |
|
if($logged_info->is_admin == 'Y') |
| 2291 |
|
{ |