Forgot declaration of bind-array

This commit is contained in:
Joerg (DJ7NT)
2024-08-22 16:13:54 +02:00
committed by GitHub
parent 035628ccff
commit f215b9f687

View File

@@ -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") {