Commit bbf84c2e authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 244272: Remove editusers 'query' parameter

r=justdave a=justdave
parent a9500662
......@@ -320,9 +320,6 @@ if ($action eq 'list') {
die "Unknown match type";
}
$query .= SqlQuote($matchstr) . " ORDER BY login_name";
} elsif (exists $::FORM{'query'}) {
$query = "SELECT login_name,realname,disabledtext " .
"FROM profiles WHERE " . $::FORM{'query'} . " ORDER BY login_name";
} elsif (exists $::FORM{'group'}) {
detaint_natural($::FORM{'group'});
$query = "SELECT DISTINCT login_name,realname,disabledtext " .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment