Update configuracion.php

This commit is contained in:
Lizandro Guarnizo
2026-04-19 21:16:26 -05:00
parent 0babb3c44a
commit 493216caa8
+1 -1
View File
@@ -48,7 +48,7 @@ try {
try {
$formulariosCons = $pdo->query(
"SELECT id, nombre FROM lab_formularios WHERE tipo='consentimiento' AND activo=1 ORDER BY nombre ASC"
"SELECT id, nombre FROM lab_formularios WHERE tipo='consentimiento' AND is_active=1 ORDER BY nombre ASC"
)->fetchAll(PDO::FETCH_ASSOC);
} catch (\Throwable $e) { $_loadErrors[] = 'lab_formularios: ' . $e->getMessage(); }