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

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

Return to bug 12648