aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-03-07 21:55:33 +0000
committermkanat%kerio.com <>2005-03-07 21:55:33 +0000
commit5f042e841a435995e62f0cc8e8c4e9bd9f2c9c15 (patch)
tree38a093e9be57478dd7c4be58d53101de0c69484a /attachment.cgi
parentBug 162194: DOCTYPE should include system identifier (diff)
downloadbugzilla-5f042e841a435995e62f0cc8e8c4e9bd9f2c9c15.tar.gz
bugzilla-5f042e841a435995e62f0cc8e8c4e9bd9f2c9c15.tar.bz2
bugzilla-5f042e841a435995e62f0cc8e8c4e9bd9f2c9c15.zip
Bug 283924: Move ValidateComment out of CGI.pl
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=justdave
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-xattachment.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/attachment.cgi b/attachment.cgi
index 92d127e1a..64e30f64a 100755
--- a/attachment.cgi
+++ b/attachment.cgi
@@ -48,6 +48,7 @@ use Bugzilla::Flag;
use Bugzilla::FlagType;
use Bugzilla::User;
use Bugzilla::Util;
+use Bugzilla::Bug;
# Check whether or not the user is logged in and, if so, set the $::userid
Bugzilla->login();