From ae05c7f3dc48020298b7e8af708b7f91057f7fcd Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 26 Dec 2018 17:35:10 -0500 Subject: [PATCH] campo buscador --- funciones/funciones.php | 1 + 1 file changed, 1 insertion(+) diff --git a/funciones/funciones.php b/funciones/funciones.php index 410dc7c..1a27d1b 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -11424,6 +11424,7 @@ if (mysqli_num_rows($sql)!='0'){ while( $row = mysqli_fetch_array( $sql ) ) { $campo_descripcion= remplacetas("form_datos","control","$row[control]","contenido"," id_campo = '$descripcion' "); +$campo_descripcion[0] = trim($campo_descripcion[0]); $campo_key= remplacetas("form_datos","control","$row[control]","contenido"," id_campo = '$key' "); if($row['control'] == "$valor") {