resolviendo errores

This commit is contained in:
Tatiana Villa Ema 2026-02-17 19:14:09 +01:00
parent 981305d1df
commit 405b1e5f40
1 changed files with 0 additions and 2 deletions

View File

@ -114,8 +114,6 @@ $sql .= "
ORDER BY DATE(fecha); ORDER BY DATE(fecha);
"; ";
console_log("SQL: $sql");
console_log("Params: " . implode(", ", $params));
// ============================ // ============================
// 6. PREPARAR Y EJECUTAR // 6. PREPARAR Y EJECUTAR
// ============================ // ============================