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
78755781
authored
2011-02-11 21:30:54 +0000
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
OK, this is the fix for the search users query within the merge function (jeez...)
1 parent
af293fe2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/UserManager/UserManager.php
com/UserManager/UserManager.php
View file @
7875578
...
...
@@ -1010,7 +1010,7 @@ class Actions {
)
AND ((uml.meta_value LIKE '%
$username
%'
OR umf.meta_value LIKE '%
$username
%'
OR (
STRCMP(umm.meta_value, '') != 0
AND umm.meta_value LIKE '%
$username
%'))
OR (
umm.meta_value != ''
AND umm.meta_value LIKE '%
$username
%'))
AND ums.meta_value != 'terminated'
)
ORDER BY first_name, last_name"
;
...
...
Please
register
or
sign in
to post a comment