Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
af293fe2
authored
2011-02-11 21:16:58 +0000
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Trying to fix search query
1 parent
7fc9b363
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
com/UserManager/UserManager.php
com/UserManager/UserManager.php
View file @
af293fe
...
...
@@ -1010,11 +1010,10 @@ class Actions {
)
AND ((uml.meta_value LIKE '%
$username
%'
OR umf.meta_value LIKE '%
$username
%'
OR
umm.meta_value LIKE '%
$username
%'
)
OR
(STRCMP(umm.meta_value, '') != 0 AND umm.meta_value LIKE '%
$username
%')
)
AND ums.meta_value != 'terminated'
)
ORDER BY first_name, last_name"
;
$result
=
$wpdb
->
get_results
(
$query
,
ARRAY_A
);
if
(
!
empty
(
$result
))
{
...
...
Please
register
or
sign in
to post a comment