From 032da235acfc279b53f148ce197d2d545d9b5be1 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Thu, 15 May 2003 21:14:33 -0800 Subject: [PATCH] [project @ 2003-05-15 22:14:33 by cjwatson] Require errorlib, since common.pl uses functions from it now. --- cgi/common.pl | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5