From 2ea580b586a71782ffce85726e5c5ff4e3c7cbd5 Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Sat, 26 Nov 2016 18:01:20 -0500 Subject: [PATCH] warning en creacion de campos --- milfs/funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index e5bbcb8..4f2938b 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -10399,7 +10399,7 @@ foreach($opciones as $c=>$v){ //if($v !='') {$v = ucfirst(strtolower($v)); if($v !='') {$v = $v; -$grabar_campos_valores .= "( $id_form_campo ,'$v'),"; +$grabar_campos_valores .= "( $id_form_campo ,'$v // $ultimo_id //'),"; } }