Menu

#17 Bug in KM owerview: weekly entities added/deleted

1.4.3alpha
open
5
2003-03-16
2003-03-16
No

There is a small bug in this part of index.php.
For some bug are not showed entities that where
opened-closed during the week. The count by month is
regullary working.

The problem is around lines 387 and 409 of index.php
Same on stats.php

**************************************************************
if (!$thisweek) { $thisweek=0; }
print "<tr><td>$arr
[ADD_TH_WK]:</td><td>$thisweek</td></tr>";

if (!$thisweek2) { $thisweek2=0; }
print "<tr><td>$arr
[CL_TH_WK]:</td><td>$thisweek2</td></tr>";
**************************************************************

Discussion


Log in to post a comment.

Auth0 Logo