- Replaced "&" by "&". Patch by Ulf.
parent
5b1e1da22e
commit
389dc00886
|
@ -303,7 +303,7 @@ function pager_link($from_new, $attributes = array()) {
|
|||
}
|
||||
|
||||
if (count($attributes)) {
|
||||
$url = url($q, "from=". $from_new[0] ."&". implode("&", $query));
|
||||
$url = url($q, "from=". $from_new[0] ."&". implode("&", $query));
|
||||
}
|
||||
else {
|
||||
$url = url($q, "from=". $from_new[0]);
|
||||
|
|
Loading…
Reference in New Issue