Old Python Habits Die Hard (i++)

This commit is contained in:
o-psi 2024-01-10 23:01:34 +00:00
parent 234d5dde09
commit 691a1bc019
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ $rows = 0;
$ticket_unbilled_count = intval($row['ticket_unbilled_count']);
if ($ticket_unbilled_count > 0) {
$rows = $rows++;
$rows = $rows + 1;
?>