Cleaned up some ugly comments in UserSearch.php.
Showing
1 changed file
with
1 additions
and
8 deletions
| ... | @@ -118,14 +118,7 @@ class UserSearch implements ArrayAccess, Iterator, Countable { | ... | @@ -118,14 +118,7 @@ class UserSearch implements ArrayAccess, Iterator, Countable { |
| 118 | {$order_sort} | 118 | {$order_sort} |
| 119 | {$limit_clause} | 119 | {$limit_clause} |
| 120 | "; | 120 | "; |
| 121 | //die(var_dump($query)); | 121 | |
| 122 | /* | ||
| 123 | ?> | ||
| 124 | <textarea style="width: 95%; height: 35em; font-size: 11px;" autofocus="autofocus"> | ||
| 125 | <?php echo trim($query); ?>; | ||
| 126 | </textarea> | ||
| 127 | <?php | ||
| 128 | /**/ | ||
| 129 | $this->result = mysql_query($query, $wpdb->dbh); | 122 | $this->result = mysql_query($query, $wpdb->dbh); |
| 130 | $this->num_rows = mysql_num_rows($this->result); | 123 | $this->num_rows = mysql_num_rows($this->result); |
| 131 | 124 | ... | ... |
-
Please register or sign in to post a comment