From 7fa0c78fd578add255fcf6776c280516f9483ad1 Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 5 Aug 2019 07:43:17 -0500 Subject: [PATCH] usabilidad en vista f --- funciones/funciones.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 068127e..573777b 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -12057,8 +12057,8 @@ function formulario_embebido_ajax($datos,$id,$opciones,$tipo){ $id_empresa = remplacetas('form_id','id',$id,'id_empresa',"") ; $encabezado = empresa_datos("$id_empresa[0]",'encabezado'); $pie = empresa_datos("$id_empresa[0]",'pie'); - $formulario_nombre = remplacetas('form_id','id',$id,'nombre') ; - $formulario_descripcion = remplacetas('form_id','id',$id,'descripcion') ; + $formulario_nombre = remplacetas('form_id','id',$id,'nombre','') ; + $formulario_descripcion = remplacetas('form_id','id',$id,'descripcion','') ; $cerrar= " "; $cabecera = " @@ -12155,7 +12155,7 @@ function formulario_embebido_ajax($datos,$id,$opciones,$tipo){