From e6fff23fcd99b09511b62c4db4eca658fe5257c4 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Mon, 19 Aug 2002 21:30:28 +0000 Subject: Fix long line noticed by Gerv, no bug #. --- Bugzilla/Util.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Util.pm') diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index aabaabb88..74e7c1fe6 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 -- cgit v1.2.3-24-g4f1b