| @@ 225-233 (lines=9) @@ | ||
| 222 | $oCommunicationController->sendMessage($sender_member_srl, $receiver_srl, $title, $content, FALSE); |
|
| 223 | } |
|
| 224 | ||
| 225 | function getIpAddress() |
|
| 226 | { |
|
| 227 | if($this->isGranted()) |
|
| 228 | { |
|
| 229 | return $this->get('ipaddress'); |
|
| 230 | } |
|
| 231 | ||
| 232 | return '*' . strstr($this->get('ipaddress'), '.'); |
|
| 233 | } |
|
| 234 | ||
| 235 | function isExistsHomepage() |
|
| 236 | { |
|
| @@ 311-319 (lines=9) @@ | ||
| 308 | return $this->get('lang_code'); |
|
| 309 | } |
|
| 310 | ||
| 311 | function getIpAddress() |
|
| 312 | { |
|
| 313 | if($this->isGranted()) |
|
| 314 | { |
|
| 315 | return $this->get('ipaddress'); |
|
| 316 | } |
|
| 317 | ||
| 318 | return '*' . strstr($this->get('ipaddress'), '.'); |
|
| 319 | } |
|
| 320 | ||
| 321 | function isExistsHomepage() |
|
| 322 | { |
|