diff options
author | friendica <info@friendica.com> | 2013-05-08 21:30:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-08 21:30:54 -0700 |
commit | cb0a90d6281a0fef998bfa342612fe47f91a2099 (patch) | |
tree | 71ed1ec0ae1674fb11046cf1b160e6ae32da355a /mod/search.php | |
parent | 51c27579ba79d32c26052c0d1f1218a16315234b (diff) | |
download | volse-hubzilla-cb0a90d6281a0fef998bfa342612fe47f91a2099.tar.gz volse-hubzilla-cb0a90d6281a0fef998bfa342612fe47f91a2099.tar.bz2 volse-hubzilla-cb0a90d6281a0fef998bfa342612fe47f91a2099.zip |
small updates
Diffstat (limited to 'mod/search.php')
-rw-r--r-- | mod/search.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/search.php b/mod/search.php index fdd79f0a1..453b01c65 100644 --- a/mod/search.php +++ b/mod/search.php @@ -186,7 +186,6 @@ function search_content(&$a) { if(($update) && ($load)) { - $pager_sql = sprintf(" LIMIT %d, %d ",intval($a->pager['start']), intval($a->pager['itemspage'])); if($load) { |