warning en creacion de campos

This commit is contained in:
fredyrivera 2016-11-26 18:01:20 -05:00
parent bb799b7e65
commit 2ea580b586
1 changed files with 1 additions and 1 deletions

View File

@ -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 //'),";
}
}