mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Normalize whitespace
This commit is contained in:
parent
18cf4e7c0a
commit
a7f32afb21
4 changed files with 17 additions and 17 deletions
|
|
@ -29,7 +29,7 @@ class counterModel extends counter
|
|||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
$args = new stdClass();
|
||||
$args->regdate = $date;
|
||||
$args->ipaddress = \RX_CLIENT_IP;
|
||||
|
|
@ -39,24 +39,24 @@ class counterModel extends counter
|
|||
{
|
||||
$_SESSION['counter_logged'][$date] = true;
|
||||
}
|
||||
|
||||
|
||||
return $iplogged;
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if a row of today's counter status exists
|
||||
* Check if a row of today's counter status exists
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
public static function isInsertedTodayStatus()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Get access statistics for a given date
|
||||
*
|
||||
* @param mixed $selected_date Date(YYYYMMDD) list
|
||||
* @param mixed $selected_date Date(YYYYMMDD) list
|
||||
* @return Object
|
||||
*/
|
||||
public static function getStatus($selected_date)
|
||||
|
|
@ -212,7 +212,7 @@ class counterModel extends counter
|
|||
|
||||
$status->max = $max;
|
||||
$status->sum = $sum;
|
||||
|
||||
|
||||
return $status;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue