Fixing style errors.

This commit is contained in:
stickler-ci 2020-05-23 08:18:41 +00:00
parent e7c2bd830a
commit 74662d3ecd

View File

@ -267,7 +267,7 @@ if ($resql)
{
$num = $db->num_rows($resql);
$param = '';
$param = '';
if (!empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param .= '&contextpage='.$contextpage;
if ($limit > 0 && $limit != $conf->liste_limit) $param .= '&limit='.$limit;
if ($search_account) $param .= '&search_account='.urlencode($search_account);