#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:
haneul 2009-10-12 06:45:06 +00:00
parent 8ee79f1abc
commit 64190350e2

View file

@ -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';