#18322585 수정에 대한 보강 및 #18330125 수정.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6813 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ysnglee2000 2009-09-25 16:53:35 +00:00
parent 90881f70b2
commit b7b9d9724b
2 changed files with 1 additions and 4 deletions

View file

@ -54,7 +54,7 @@
**/
function insertLog($site_srl=0) {
$args->regdate = date("YmdHis");
$args->user_agent = $_SERVER['HTTP_USER_AGENT'];
$args->user_agent = substr ($_SERVER['HTTP_USER_AGENT'], 0, 250);
$args->site_srl = $site_srl;
return executeQuery('counter.insertCounterLog', $args);
}