mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6813 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
90881f70b2
commit
b7b9d9724b
2 changed files with 1 additions and 4 deletions
|
|
@ -54,7 +54,7 @@
|
||||||
**/
|
**/
|
||||||
function insertLog($site_srl=0) {
|
function insertLog($site_srl=0) {
|
||||||
$args->regdate = date("YmdHis");
|
$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;
|
$args->site_srl = $site_srl;
|
||||||
return executeQuery('counter.insertCounterLog', $args);
|
return executeQuery('counter.insertCounterLog', $args);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,6 @@
|
||||||
<condition operation="like_prefix" column="member.last_login" var="s_last_login" pipe="or" />
|
<condition operation="like_prefix" column="member.last_login" var="s_last_login" pipe="or" />
|
||||||
</group>
|
</group>
|
||||||
</conditions>
|
</conditions>
|
||||||
<groups>
|
|
||||||
<group column="member.member_srl" />
|
|
||||||
</groups>
|
|
||||||
<navigation>
|
<navigation>
|
||||||
<index var="sort_index" default="point" order="desc" />
|
<index var="sort_index" default="point" order="desc" />
|
||||||
<list_count var="list_count" default="20" />
|
<list_count var="list_count" default="20" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue