Cambio parámetros query

This commit is contained in:
2024-04-23 11:02:46 -06:00
parent 0c40ff6596
commit 85cc7f7dfb

View File

@@ -44,6 +44,8 @@ if(isset($_POST["prof"]) ){
$query .= "NULL,"; $query .= "NULL,";
} }
$query .= ":f_ini, :f_fin, "; $query .= ":f_ini, :f_fin, ";
$repoParams[":f_ini"] = $fecha_ini;
$repoParams[":f_fin"] = $fecha_fin;
$spreadsheet = new Spreadsheet(); $spreadsheet = new Spreadsheet();