From 995266e73db15c542d4c51d2b7f3f16cc0039ff1 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 25 Nov 2009 15:18:50 +0000 Subject: [PATCH] 2009-11-25 Miguel de Dios * include/functions_ui.php: fix the bug in the pagination that write wrong the url of pages. Fixes: 2903774 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2134 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/include/functions_ui.php | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f30de547d0..a43f1eaf49 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2009-11-25 Miguel de Dios + + * include/functions_ui.php: fix the bug in the pagination that write wrong + the url of pages. + Fixes: 2903774 + 2009-11-25 Miguel de Dios * operation/events/events_rss.php: fix the bug in the creation of xml. diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index f4013715b0..14de15b777 100644 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -832,8 +832,6 @@ function pagination ($count, $url = false, $offset = 0, $pagination = 0, $return if (empty ($url)) { $url = get_url_refresh (array ($offset_name => false)); - } else { - $url = safe_input ($url); } /* URL passed render links with some parameter