mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Forgot declaration of bind-array
This commit is contained in:
@@ -278,6 +278,7 @@ class Accumulate_model extends CI_Model
|
||||
}
|
||||
|
||||
function get_accumulated_was($band, $mode, $period, $location_list) {
|
||||
$binding=[];
|
||||
if ($period == "year") {
|
||||
$sql = "select year(thcv.col_time_on) year";
|
||||
} else if ($period == "month") {
|
||||
|
||||
Reference in New Issue
Block a user