From fa5259b873e63e4906cc312a11189a510fe9c981 Mon Sep 17 00:00:00 2001 From: humano Date: Tue, 3 Jul 2018 17:30:27 -0500 Subject: [PATCH] debug en select --- funciones/funciones.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index fd5cf2f..86e311e 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -16409,6 +16409,8 @@ if (mysqli_num_rows($sql)!='0'){ $resultado=" " ; - }else{$resultado = "
No hay resultados 0011
";} + }else{$resultado = "
No hay resultados 0011 $debug
";} return $resultado; }