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