From ddd2b745c21502a19e2d823c334d5e01b9fc6202 Mon Sep 17 00:00:00 2001 From: "dkl%redhat.com" <> Date: Fri, 7 Jun 2002 23:38:02 +0000 Subject: [PATCH] Fix for bug 149964 - quietly_check_login() needs to be called in colchange.cgi. Patch author David Lawrence . 2xr=justdave@syndicomm.com --- colchange.cgi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colchange.cgi b/colchange.cgi index ea21042e28..5e6857724b 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -34,6 +34,8 @@ use vars qw( require "CGI.pl"; +quietly_check_login(); + print "Content-type: text/html\n"; # The master list not only says what fields are possible, but what order -- 2.47.3