warning en creacion de campos
This commit is contained in:
parent
bb799b7e65
commit
2ea580b586
@ -10399,7 +10399,7 @@ foreach($opciones as $c=>$v){
|
|||||||
//if($v !='') {$v = ucfirst(strtolower($v));
|
//if($v !='') {$v = ucfirst(strtolower($v));
|
||||||
if($v !='') {$v = $v;
|
if($v !='') {$v = $v;
|
||||||
|
|
||||||
$grabar_campos_valores .= "( $id_form_campo ,'$v'),";
|
$grabar_campos_valores .= "( $id_form_campo ,'$v // $ultimo_id //'),";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user