8d381d01 by Jeff Balicki

test

1 parent 49b221f4
...@@ -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()");
......