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);