#!/usr/bin/perl # # $Id: bugrdetail.pl,v 1.3 2006/01/23 21:39:30 ddoughty Exp $ # # Source File: bugrdetail.pl # Get config require 'bugsitecfg.pl'; &app_initialize; print "Content-Type: text/html\n\n"; if ($FORM{'dbfile'} ne '') { &get_report($FORM{'dbfile'}); } else {$REPORT{'reportno'}=""} &show_detail();