Clean code

This commit is contained in:
Laurent Destailleur 2020-02-12 15:20:37 +01:00
parent 2dafbe0f91
commit 66493672eb

View File

@ -441,12 +441,10 @@ print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"], '', '', '', 'alig
print "</tr>\n";
$total = 0;
$totalarray = array();
while ($i < min($num, $limit))
{
$obj = $db->fetch_object($result);
$total += $obj->subscription;
$subscription->ref = $obj->crowid;
$subscription->id = $obj->crowid;