View | Details | Raw Unified | Return to bug 14562
Collapse All | Expand All

(-)a/svc/members/search (-2 / +2 lines)
Lines 60-66 foreach (grep {$_ =~ /^mDataProp/} keys %dt_params) { Link Here
60
my $results;
60
my $results;
61
# If the user filled a term, maybe it's a cardnumber.
61
# If the user filled a term, maybe it's a cardnumber.
62
# This cannot be the case if a first letter is given.
62
# This cannot be the case if a first letter is given.
63
if (    not $firstletter
63
if ( $searchmember
64
    and not $firstletter
64
    and $searchfieldstype
65
    and $searchfieldstype
65
    and $searchfieldstype eq 'standard' )
66
    and $searchfieldstype eq 'standard' )
66
{
67
{
67
- 

Return to bug 14562