From 1af3a673e5406c33097fcb0feb80bd7a7f1b1cc6 Mon Sep 17 00:00:00 2001 From: humano Date: Fri, 10 Apr 2020 18:55:41 -0500 Subject: [PATCH] correcion en campo buscador que solo consideraba el inicio del parrafo debug --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 7329645..516ba41 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -11927,7 +11927,7 @@ $resultado .= " } else{ // if($publico[0] == '0' AND $propietario[0] != $_SESSION['id']){$agregar ="";}else{$agregar ="Agregar nuevo registro";} - $resultado = "
No hay resultados para $valor $agregar
";} + $resultado = "
No hay resultados para $consulta$valor $agregar
";}