test
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -133,7 +133,6 @@ class UserSearch implements ArrayAccess, Iterator, Countable { | ... | @@ -133,7 +133,6 @@ class UserSearch implements ArrayAccess, Iterator, Countable { |
| 133 | "; | 133 | "; |
| 134 | 134 | ||
| 135 | $this->result = mysqli_query($wpdb->dbh, $query); | 135 | $this->result = mysqli_query($wpdb->dbh, $query); |
| 136 | error_log(print_r( $this->result, true)); | ||
| 137 | $this->num_rows = mysqli_num_rows($this->result); | 136 | $this->num_rows = mysqli_num_rows($this->result); |
| 138 | 137 | ||
| 139 | $count_result = mysqli_query($wpdb->dbh, "SELECT FOUND_ROWS()"); | 138 | $count_result = mysqli_query($wpdb->dbh, "SELECT FOUND_ROWS()"); | ... | ... |
-
Please register or sign in to post a comment