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
8d381d01
authored
2022-01-25 14:10:22 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
test
1 parent
49b221f4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/UserSearch.php
lib/UserSearch.php
View file @
8d381d0
...
...
@@ -133,7 +133,6 @@ class UserSearch implements ArrayAccess, Iterator, Countable {
"
;
$this
->
result
=
mysqli_query
(
$wpdb
->
dbh
,
$query
);
error_log
(
print_r
(
$this
->
result
,
true
));
$this
->
num_rows
=
mysqli_num_rows
(
$this
->
result
);
$count_result
=
mysqli_query
(
$wpdb
->
dbh
,
"SELECT FOUND_ROWS()"
);
...
...
Please
register
or
sign in
to post a comment