@@ -138,7 +138,7 @@ function debug($str,$name='debug'){
function monthpast(){
$str = array();
for ($i=0;$i<12;$i++){
- $str[$i] = date('Y-m',strtotime('+'.$i.'month',date('2022-09')));
+ $str[$i] = date('Y-m',strtotime('+'.$i.'month',strtotime(date('2022-09'))));
}
return $str;