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