Cambio parámetros query
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user