Skip to content
Snippets Groups Projects
Commit 246d09f9 authored by Rembert Oldenboom's avatar Rembert Oldenboom
Browse files

Fix paging donations list

parent 25a29c89
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ $fieldstosearchall = array(
'd.lastname'=>'Lastname',
'd.firstname'=>'Firstname',
);
/*
* View
*/
......@@ -128,7 +128,6 @@ if ($resql)
$i = 0;
$param = '&statut='.$statut;
//if ($page > 0) $param.= '&page='.$page;
if ($optioncss != '') $param.='&optioncss='.$optioncss;
if ($statut >= 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment