현재 접속자 추출시 쿼리가 잘못 작성되는 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4294 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-06-18 09:14:05 +00:00
parent b42d75e650
commit 5c741cde1b
3 changed files with 5 additions and 4 deletions

View file

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