| @@ 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 | { |
|
| @@ 322-330 (lines=9) @@ | ||
| 319 | return $this->get('lang_code'); |
|
| 320 | } |
|
| 321 | ||
| 322 | function getIpAddress() |
|
| 323 | { |
|
| 324 | if($this->isGranted()) |
|
| 325 | { |
|
| 326 | return $this->get('ipaddress'); |
|
| 327 | } |
|
| 328 | ||
| 329 | return '*' . strstr($this->get('ipaddress'), '.'); |
|
| 330 | } |
|
| 331 | ||
| 332 | function isExistsHomepage() |
|
| 333 | { |
|