- Replaced "&" by "&". Patch by Ulf.

4.2.x
Dries Buytaert 2003-01-20 19:54:11 +00:00
parent 5b1e1da22e
commit 389dc00886
1 changed files with 1 additions and 1 deletions

View File

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