Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cbd56e08
authored
2011-08-12 16:27:54 +0000
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Cleaned up some ugly comments in UserSearch.php.
1 parent
e6c83a0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
8 deletions
lib/UserSearch.php
lib/UserSearch.php
View file @
cbd56e0
...
...
@@ -118,14 +118,7 @@ class UserSearch implements ArrayAccess, Iterator, Countable {
{
$order_sort
}
{
$limit_clause
}
"
;
//die(var_dump($query));
/*
?>
<textarea style="width: 95%; height: 35em; font-size: 11px;" autofocus="autofocus">
<?php echo trim($query); ?>;
</textarea>
<?php
/**/
$this
->
result
=
mysql_query
(
$query
,
$wpdb
->
dbh
);
$this
->
num_rows
=
mysql_num_rows
(
$this
->
result
);
...
...
Please
register
or
sign in
to post a comment