Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
bbf84c2e
Commit
bbf84c2e
authored
Jul 10, 2004
by
bugreport%peshkin.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 244272: Remove editusers 'query' parameter
r=justdave a=justdave
parent
a9500662
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
editusers.cgi
editusers.cgi
+0
-3
No files found.
editusers.cgi
View file @
bbf84c2e
...
...
@@ -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 "
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment