From 691a1bc019efbedf6ea4885ee48cb27e04244490 Mon Sep 17 00:00:00 2001 From: o-psi Date: Wed, 10 Jan 2024 23:01:34 +0000 Subject: [PATCH] Old Python Habits Die Hard (i++) --- report_tickets_unbilled.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_tickets_unbilled.php b/report_tickets_unbilled.php index 1ff4ba8a..7accfbbf 100644 --- a/report_tickets_unbilled.php +++ b/report_tickets_unbilled.php @@ -147,7 +147,7 @@ $rows = 0; $ticket_unbilled_count = intval($row['ticket_unbilled_count']); if ($ticket_unbilled_count > 0) { - $rows = $rows++; + $rows = $rows + 1; ?>