From 09a4e864debb4d4f41e2ead8d38c3f69f7ff1d9a Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 4 Jul 2018 06:11:12 -0500 Subject: [PATCH] select_key --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index cecab0a..93a137e 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -16386,7 +16386,7 @@ if($row[$key] =="$valor"){$selected="selected";}else{$selected ="";} $resultado .= ""; } } -$resultado .= "$consulta"; +$resultado .= ""; }else{$resultado = "
No hay resultados 0011
";} return $resultado;