Mensje debug

This commit is contained in:
2024-03-22 13:09:26 -06:00
parent 515731adf8
commit a26b9d4abe

View File

@@ -188,9 +188,9 @@ try{
$db->query("SELECT * from fi_solicitud($query)", $db_params);
}catch(Exception $e){
echo "ERROR Cambio<br>".$e->getMessage();
//echo $query;
//print_r($db_params);
header("Location: ".$pag."?error=1");
echo $query;
print_r($db_params);
//header("Location: ".$pag."?error=1");
exit();
}