CmdReportMonth: Renamed setting from '24hours' to '24h'

This commit is contained in:
Paul Beckingham 2016-05-20 15:29:42 -05:00
parent db1b1410bd
commit 08c54e7368

View file

@ -104,7 +104,7 @@ int renderReport (
// Determine hours shown.
int first_hour = 0;
int last_hour = 23;
if (! rules.getBoolean ("reports." + type + ".24hours"))
if (! rules.getBoolean ("reports." + type + ".24h"))
{
// Get the extreme time range for the filtered data.
first_hour = 23;