mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
현재 접속자 추출시 쿼리가 잘못 작성되는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4294 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b42d75e650
commit
5c741cde1b
3 changed files with 5 additions and 4 deletions
|
|
@ -49,7 +49,7 @@
|
|||
* mid : 특정 mid에 속한 사용자
|
||||
**/
|
||||
function getLoggedMembers($args) {
|
||||
if(!$args->limit_count) $args->limit_count = 20;
|
||||
if(!$args->list_count) $args->list_count = 20;
|
||||
if(!$args->page) $args->page = 1;
|
||||
if(!$args->period_time) $args->period_time = 3;
|
||||
$args->last_update = date("YmdHis", time() - $args->period_time*60);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue