From: cjwatson <> Date: Fri, 16 May 2003 05:14:33 +0000 (-0800) Subject: [project @ 2003-05-15 22:14:33 by cjwatson] X-Git-Tag: release/2.6.0~917 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=032da235acfc279b53f148ce197d2d545d9b5be1;p=debbugs.git [project @ 2003-05-15 22:14:33 by cjwatson] Require errorlib, since common.pl uses functions from it now. --- diff --git a/cgi/common.pl b/cgi/common.pl index 8a40da82..b46e84ae 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -2,6 +2,9 @@ use DB_File; use Fcntl qw/O_RDONLY/; +$config_path = '/etc/debbugs'; +$lib_path = '/usr/lib/debbugs'; +require "$lib_path/errorlib"; my $common_archive = 0; my $common_repeatmerged = 1;