Check for PatchReader as a part of the installation and disable the "Diff"

links if it is not there (bug 215268)


git-svn-id: svn://10.0.0.236/trunk@146209 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jkeiser%netscape.com
2003-08-20 00:45:43 +00:00
parent 8bd93e8b6d
commit 1b7dc26697
5 changed files with 99 additions and 43 deletions

View File

@@ -73,6 +73,12 @@ if ($single) {
}
}
# Determine if Patch Viewer is installed, for Diff link
eval {
require PatchReader;
$vars->{'patchviewerinstalled'} = 1;
};
$vars->{'bugs'} = \@bugs;
# Next bug in list (if there is one)