Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
6f70ba92
Commit
6f70ba92
authored
Apr 21, 2009
by
Richard Mansfield
Browse files
Search usernames in admin user search
parent
c985d103
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/searchlib.php
View file @
6f70ba92
...
...
@@ -208,6 +208,9 @@ function get_admin_user_search_results($search, $offset, $limit, $sortby, $sortd
$queries
[]
=
array
(
'field'
=>
'lastname'
,
'type'
=>
'contains'
,
'string'
=>
$word
);
$queries
[]
=
array
(
'field'
=>
'username'
,
'type'
=>
'contains'
,
'string'
=>
$word
);
}
}
foreach
(
$fullnames
as
$n
)
{
...
...
Write
Preview
Supports
Markdown
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