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%');";