Skip to content

Commit

Permalink
Merge pull request #2826 from tysauron/patch-1
Browse files Browse the repository at this point in the history
Update list.php
  • Loading branch information
Juanjo Menent committed May 13, 2015
2 parents 3d1c075 + 8493533 commit 7c9bb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/contact/list.php
Expand Up @@ -437,7 +437,7 @@

print '</form>';

if ($num > $limit) print_barre_liste('', $page, $_SERVER["PHP_SELF"], '&amp;begin='.$begin.'&amp;view='.$view.'&amp;userid='.$userid, $sortfield, $sortorder, '', $num, $nbtotalofrecords, '');
if ($num > $limit) print_barre_liste('', $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $nbtotalofrecords, '');

$db->free($result);
}
Expand Down

0 comments on commit 7c9bb10

Please sign in to comment.