From 47b223fa73f5683f156d3849ff9d226d68213296 Mon Sep 17 00:00:00 2001 From: Gabriel Fuentes Date: Thu, 24 Jan 2019 19:42:51 -0600 Subject: [PATCH] consulta toner busqueda terminado falta solicitud y usuario6 --- .idea/workspace.xml | 36 ++++++++++++++++++------------------ sitio/admin/busqueda_p.php | 1 - 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7fc30a6..b53ecdb 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -42,7 +42,7 @@ - + @@ -239,12 +239,12 @@ - + - @@ -443,13 +443,6 @@ - - - - - - - @@ -457,13 +450,6 @@ - - - - - - - @@ -478,10 +464,24 @@ + + + + + + + + + + + + + + - + diff --git a/sitio/admin/busqueda_p.php b/sitio/admin/busqueda_p.php index 8f359e6..bf87f48 100644 --- a/sitio/admin/busqueda_p.php +++ b/sitio/admin/busqueda_p.php @@ -8,7 +8,6 @@ require "../../conexion.php"; $salida = ""; $query = "CALL sp_despliega_papel('');"; -print_r($_POST); if(isset($_POST['consulta'])){ $q = $mysqli->real_escape_string($_POST['consulta']); $query = "CALL sp_despliega_papel('%$q%');";