Fix: Bad URL

This commit is contained in:
Laurent Destailleur 2011-10-31 09:48:17 +01:00
parent 7b61c2c436
commit 58398cdba1

View File

@ -407,7 +407,7 @@ if ($result)
print '</form>';
if ($num > $limit) print_barre_liste('' ,$page, "index.php", '&amp;begin='.$begin.'&amp;view='.$view.'&amp;userid='.$_GET["userid"], $sortfield, $sortorder,'',$num,$nbtotalofrecords, '');
if ($num > $limit) print_barre_liste('' ,$page, $_SERVER["PHP_SELF"], '&amp;begin='.$begin.'&amp;view='.$view.'&amp;userid='.$_GET["userid"], $sortfield, $sortorder,'',$num,$nbtotalofrecords, '');
$db->free($result);
}