fix state default and set min year to this year, patch from <matthewd>, thanks!
[freeside.git] / httemplate / browse / queue.cgi
1 <!-- mason kludge -->
2 <%
3
4 print header("Job Queue", menubar( 'Main Menu' => $p, )).
5       joblisting({}). '</BODY></HTML>';
6
7 %>