Fix indice array
This commit is contained in:
parent
b0954e6abf
commit
235c1c79c2
|
@ -29,7 +29,7 @@ $mesi = [
|
||||||
'07' => 'Luglio',
|
'07' => 'Luglio',
|
||||||
'08' => 'Agosto',
|
'08' => 'Agosto',
|
||||||
'09' => 'Settembre',
|
'09' => 'Settembre',
|
||||||
'11' => 'Ottobre',
|
'10' => 'Ottobre',
|
||||||
'11' => 'Novembre',
|
'11' => 'Novembre',
|
||||||
'12' => 'Dicembre',
|
'12' => 'Dicembre',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue