From ee5198e9e0c4197327f96f27c7e4347259dc5a74 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Wed, 19 Nov 2014 17:33:36 +0000 Subject: Bug 978615 - remove URL to unavailable webdot server. r,a=glob --- Bugzilla/Config/DependencyGraph.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config/DependencyGraph.pm') diff --git a/Bugzilla/Config/DependencyGraph.pm b/Bugzilla/Config/DependencyGraph.pm index a9b8598df..c815822f3 100644 --- a/Bugzilla/Config/DependencyGraph.pm +++ b/Bugzilla/Config/DependencyGraph.pm @@ -21,7 +21,7 @@ sub get_param_list { { name => 'webdotbase', type => 't', - default => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%', + default => '', checker => \&check_webdotbase }, -- cgit v1.2.3-24-g4f1b