mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1752 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c74baad204
commit
6b1a61b34a
9 changed files with 19 additions and 13 deletions
|
|
@ -36,12 +36,12 @@
|
|||
* @brief 특정 일의 접속 통계를 가져옴
|
||||
**/
|
||||
function getStatus($selected_date) {
|
||||
// 여러개의 날자 로그를 가져올 경우
|
||||
// 여러개의 날짜 로그를 가져올 경우
|
||||
if(is_array($selected_date)) {
|
||||
$date_count = count($selected_date);
|
||||
$args->regdate = implode(',',$selected_date);
|
||||
|
||||
// 단일 날자의 로그를 가져올 경우
|
||||
// 단일 날짜의 로그를 가져올 경우
|
||||
} else {
|
||||
if(strlen($selected_date)==8) $selected_date = $selected_date;
|
||||
$args->regdate = $selected_date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue