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!
// 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.
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.