From: bbaetz%student.usyd.edu.au <> Date: Mon, 19 Aug 2002 21:30:28 +0000 (+0000) Subject: Fix long line noticed by Gerv, no bug #. X-Git-Tag: bugzilla-2.17.1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6fff23fcd99b09511b62c4db4eca658fe5257c4;p=thirdparty%2Fbugzilla.git Fix long line noticed by Gerv, no bug #. --- diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index aabaabb888..74e7c1fe67 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -106,7 +106,8 @@ Use trick_taint() when you know that there is no way that the data in a scalar can be tainted, but taint mode still bails on it. B +the purpose of taint mode. It should only be used on variables that have been +sanity checked in some way and have been determined to be OK.> =cut