mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Old Python Habits Die Hard (i++)
This commit is contained in:
@@ -147,7 +147,7 @@ $rows = 0;
|
||||
$ticket_unbilled_count = intval($row['ticket_unbilled_count']);
|
||||
|
||||
if ($ticket_unbilled_count > 0) {
|
||||
$rows = $rows++;
|
||||
$rows = $rows + 1;
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user