8d381d01 by Jeff Balicki

test

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