From 0802d69662266c49785fe5b5ed2d8e1752d491b1 Mon Sep 17 00:00:00 2001 From: Gabriel Fuentes Date: Thu, 24 Jan 2019 19:38:30 -0600 Subject: [PATCH] consulta toner busqueda terminado falta solicitud y usuario5 --- .idea/workspace.xml | 54 +++++++++++++++++++------------------- sitio/admin/busqueda_p.php | 4 +-- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 70bc579..7fc30a6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,7 @@ - + @@ -239,12 +239,12 @@ - + - @@ -450,13 +450,6 @@ - - - - - - - @@ -464,13 +457,10 @@ - + - - - - - + + @@ -481,10 +471,20 @@ - + - - + + + + + + + + + + + + diff --git a/sitio/admin/busqueda_p.php b/sitio/admin/busqueda_p.php index 0270f6f..8f359e6 100644 --- a/sitio/admin/busqueda_p.php +++ b/sitio/admin/busqueda_p.php @@ -7,11 +7,11 @@ require "../../conexion.php"; $salida = ""; - $query = "CALL st_despliega_papel('');"; + $query = "CALL sp_despliega_papel('');"; print_r($_POST); if(isset($_POST['consulta'])){ $q = $mysqli->real_escape_string($_POST['consulta']); - $query = "CALL st_despliega_papel('%$q%');"; + $query = "CALL sp_despliega_papel('%$q%');"; } $resultado = $mysqli->query($query);