Fix MaxQueryTimeRange checking
Was checking time ranges against a bad cast'ed variable. And MaxQueryTimeRange was being stored as minutes and was being compared against the difference of two time_t's -- which produces seconds. Bug 4772
Please register or sign in to comment