From: preed%sigkill.com <> Date: Fri, 18 Jul 2003 06:31:44 +0000 (+0000) Subject: Fixes singed tinderbox trees; vladd: NO TABS in patches, please. Spaces only. X-Git-Tag: bugzilla-2.17.5~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5b568e23a52b9472828bc6b43e6105f5c5068c;p=thirdparty%2Fbugzilla.git Fixes singed tinderbox trees; vladd: NO TABS in patches, please. Spaces only. --- diff --git a/process_bug.cgi b/process_bug.cgi index e9684ecedd..102934313e 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -525,7 +525,7 @@ if (defined $::FORM{'id'}) { CheckFormFieldDefined(\%::FORM, 'longdesclength'); if (trim($::FORM{'short_desc'}) eq "") { - ThrowUserError("require_summary"); + ThrowUserError("require_summary"); } }