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
f234c547
authored
2011-06-02 18:56:01 +0000
by
Chris Boden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Merged UsearSearch fix to 0.5 (248:249)
1 parent
9ef10231
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
lib/UserSearch.php
lib/UserSearch.php
View file @
f234c54
...
...
@@ -95,7 +95,7 @@ class UserSearch implements ArrayAccess, Iterator, Countable {
'
\"
'
, `meta_key`
, '
\"
:
\"
'
, REPLACE(REPLACE(REPLACE(
`meta_value`, '"
.
'"'
.
"', '"
.
'\\\"'
.
"'), '
\\
r', '
\\\\
r'), '
\\
n', '
\\\\
n
')
, REPLACE(REPLACE(REPLACE(
REPLACE(`meta_value`, '"
.
'"'
.
"', '"
.
'\\\"'
.
"'), '
\\
r', '
\\\\
r'), '
\\
n', '
\\\\
n'), '
\\
t', '
\\\\
t
')
, '
\"
'
)
, '}'
...
...
@@ -205,12 +205,4 @@ class UserSearch implements ArrayAccess, Iterator, Countable {
public
function
offsetUnset
(
$offset
)
{
throw
new
Exception
(
"You're...you're crazy man. I like you, but you're crazy."
);
}
}
/*
class UserInjector extends Pimple {
public function __construct(Array $config = null) {
$this += $config;
}
}
*/
\ No newline at end of file
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment