Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab.
Syndicate Syndicate Listing Display Search Login/Register
Bug Id ?
201
Reporter ?
dtmackenzie
Bugdar / 1.2.3
Status ?
Unconfirmed
Severity ?
Minor
Duplicate Of ?
- none -
Fixed in Revision ?
Mstone ?
Summary ?
Date (submitted since) in search fenster wrong - e.g. 90 days works as 90 hours...
Report Time ?
June 25, 2010 09:04 AM
Assignment ?
Resolution ?
Open
Priority ?
Normal
Dependencies ?
- none -
Mstone (old) ?


Votes
For: 0 (0%)
Against: 0 (0%)
Total: 0

June 25, 2010 09:04 AM dtmackenzie
In search.php there are a couple of lines that read -
// now - (seconds/day * number of days)
$dateline = time() - ($bugsys->input_clean('date', TYPE_INT) * 3600);
Of course this should be -
$dateline = time() - ($bugsys->input_clean('date', TYPE_INT) * 86400);

Nevertheless, Bugdar is great - thank you!

June 25, 2010 09:14 AM dtmackenzie
With "fenster" in the description I meant "window" - sorry, I'm living in Germany and although English is my mother tongue, German words sometimes pop up in the middle of a sentence! :-)
By the way, I reported this under version 1.2.3 although my installation of Bugdar has version 1.2.4 - version 1.2.4 doesn't seem to be in this DB yet.