From 94fd2e61512993538d8cde918a792006ebb50815 Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 9 Jul 2018 19:48:46 -0500 Subject: [PATCH] dummy --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 402b26b..6b1af45 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -149,7 +149,7 @@ if (is_array($v) ){ } - else{ //busca campos vacios + else{ //busca campos vacios $campo_obligatorio = remplacetas("form_contenido_campos","id_campo",$c,"obligatorio","id_form = '$formulario[form_id]'"); if($campo_obligatorio[0] =='1'){ $error ='obligatorio';