diff options
author | bugreport%peshkin.net <> | 2002-09-23 00:14:48 +0000 |
---|---|---|
committer | bugreport%peshkin.net <> | 2002-09-23 00:14:48 +0000 |
commit | 65d3dc0ec33fd76229dc02536a74ccac5408876b (patch) | |
tree | bcacbb27e99c73f9548e92408fadb2e369f0543b /attachment.cgi | |
parent | Fix for bug 63601: Recommend filename when downloading attachments (except in... (diff) | |
download | bugzilla-65d3dc0ec33fd76229dc02536a74ccac5408876b.tar.gz bugzilla-65d3dc0ec33fd76229dc02536a74ccac5408876b.tar.bz2 bugzilla-65d3dc0ec33fd76229dc02536a74ccac5408876b.zip |
bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported
r=bbaetz, gerv
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/attachment.cgi b/attachment.cgi index 3b29a321e..cfdbd4ea6 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -50,7 +50,6 @@ require "CGI.pl"; ConnectToDatabase(); # Check whether or not the user is logged in and, if so, set the $::userid -# and $::usergroupset variables. quietly_check_login(); ################################################################################ |