Bugfix sur le changement de page

This commit is contained in:
Rodolphe Quiedeville 2006-03-09 14:43:51 +00:00
parent fe664ddae2
commit 2a730ccbff

View File

@ -101,8 +101,8 @@ if ($_GET["id"])
{
$num = $db->num_rows($resql);
$i = 0;
print_barre_liste("Prises d'ordre", $page, "po.php", "", $sortfield, $sortorder, '', $num);
$url_opt = "&id=".$_GET["id"];
print_barre_liste("Prises d'ordre", $page, "po.php", $url_opt, $sortfield, $sortorder, '', $num);
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
print '<tr class="liste_titre">';