2009-11-25 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
c9ca0264ae
commit
995266e73d
|
@ -1,3 +1,9 @@
|
|||
2009-11-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* 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 <miguel.dedios@artica.es>
|
||||
|
||||
* operation/events/events_rss.php: fix the bug in the creation of xml.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue