diff --git a/admin/accounts.php b/admin/accounts.php index 429816d7ee..64b2abfe9a 100755 --- a/admin/accounts.php +++ b/admin/accounts.php @@ -64,6 +64,7 @@ $phpgw->db->query("select account_id,account_firstname,account_lastname,account_lid from accounts $querymethod " . "$ordermethod limit $limit"); + $i = 0; while ($phpgw->db->next_record()) { $tr_color = $phpgw->nextmatchs->alternate_row_color($tr_color); $t->set_var("tr_color",$tr_color); @@ -95,7 +96,6 @@ if ($phpgw->db->num_rows() != ++$i) { $t->parse("output","row",True); } - } $t->set_var("actionurl",$phpgw->link("newaccount.php"));