mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 20:04: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']);
|
$ticket_unbilled_count = intval($row['ticket_unbilled_count']);
|
||||||
|
|
||||||
if ($ticket_unbilled_count > 0) {
|
if ($ticket_unbilled_count > 0) {
|
||||||
$rows = $rows++;
|
$rows = $rows + 1;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user