From 33429813a654f7a93a7be40b35e9fb7629d74dab Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 3 Dec 2008 07:00:43 +0000 Subject: Bug 463688: editusers.cgi no longer lets you search for users using regular expressions - Patch by Frédéric Buclin r=mkanat r=xiaoou a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/DB.pm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Bugzilla/DB.pm') diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index 03e8e4de3..377f83930 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -1556,6 +1556,11 @@ Abstract method, should be overridden by database specific code. =item C<$pattern> - the regular expression to search for (scalar) +=item C<$nocheck> - true if the pattern should not be tested; false otherwise (boolean) + +=item C<$real_pattern> - the real regular expression to search for. +This argument is used when C<$pattern> is a placeholder ('?'). + =back =item B @@ -1578,13 +1583,7 @@ Abstract method, should be overridden by database specific code. =item B -=over - -=item C<$expr> - SQL expression for the text to be searched (scalar) - -=item C<$pattern> - the regular expression to search for (scalar) - -=back +Same as L. =item B -- cgit v1.2.3-24-g4f1b