mirror of https://github.com/itflow-org/itflow
Old Python Habits Die Hard (i++)
This commit is contained in:
parent
234d5dde09
commit
691a1bc019
|
|
@ -147,7 +147,7 @@ $rows = 0;
|
|||
$ticket_unbilled_count = intval($row['ticket_unbilled_count']);
|
||||
|
||||
if ($ticket_unbilled_count > 0) {
|
||||
$rows = $rows++;
|
||||
$rows = $rows + 1;
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue