You could comment that line out, which would result in you seeing all active jobs, regardless of duration.
You could also modify the SQL in that line. Something like this:
$es->add_relation( '((duration.duration = 0) OR adddate( job.posting_start, interval duration.duration day ) >= "'.date( 'Y-m-d' ).'")' );
would allow you to use 0 to specify infinite duration, but still have other jobs with limited durations.
Hope that helps!
Mark Heiman
Carleton College
> --
> You received this message because you are subscribed to the Google Groups "Reason Discussion" group.
> To post to this group, send email to reason-d...@googlegroups.com.
> To unsubscribe from this group, send email to reason-discuss...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/reason-discussion?hl=en.
>