Anonymous | Login | Signup for a new account | 2021-03-06 01:17 GMT | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0001938 | SiT! | reports | public | 2014-05-19 13:45 | 2014-05-19 14:30 | ||||||||
Reporter | Frans | ||||||||||||
Assigned To | |||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | linux | OS | centos | OS Version | 2.6+later | ||||||||
Product Version | 3.67 LTS | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0001938: Statistics shows wrong day in first column. | ||||||||||||
Description | Using dashboard_statistics: open the statistics page using the button of this dashboard table. The first column has the names of the days. One day is missing. | ||||||||||||
Additional Information | The reason for the missing day is the time zone, which is negative in south America. Solution added. File : statistics.php Lines 241->245 and 255->259 and 263->266. Change the first parameter of the first mktime. Change zero hours to 12 hours. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files | ![]() ![]() | ||||||||||||
![]() |
|
(0004940) Frans (reporter) 2014-05-19 14:24 |
Same correction in the file: inc\statistics_Daybreakdown.inc.php |
(0004941) Frans (reporter) 2014-05-19 14:30 |
The file statistics_Daybreakdown.inc.php has an error in the line: 34 echo "<h2>".sprintf($strStatsFromDayStatistics, $dateString); Must be $dayString : echo "<h2>".sprintf($strStatsFromDayStatistics, $dayString); |
![]() |
|||
Date Modified | Username | Field | Change |
2014-05-19 13:45 | Frans | New Issue | |
2014-05-19 13:45 | Frans | File Added: statistics.php | |
2014-05-19 14:24 | Frans | Note Added: 0004940 | |
2014-05-19 14:25 | Frans | File Added: statistics_daybreakdown.inc.php | |
2014-05-19 14:30 | Frans | Note Added: 0004941 |
Copyright © 2000 - 2021 MantisBT Team |