mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 20:32:14 +09:00
#18340356 : not modifying IP when history use option is off
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6848 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8ee79f1abc
commit
64190350e2
1 changed files with 4 additions and 0 deletions
|
|
@ -266,6 +266,10 @@
|
|||
$args->ipaddress = $source_obj->get('ipaddress');
|
||||
$output = executeQuery("document.insertHistory", $args);
|
||||
}
|
||||
else
|
||||
{
|
||||
$obj->ipaddress = $source_obj->get('ipaddress');
|
||||
}
|
||||
|
||||
// 기본 변수들 정리
|
||||
if($obj->is_secret!='Y') $obj->is_secret = 'N';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue