aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dirsearch.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-18 19:28:16 -0800
committerfriendica <info@friendica.com>2013-01-18 19:28:16 -0800
commit27ada18dc5c13591d918cf1bb9132a039f6fb751 (patch)
tree6357968d534c7fd3331309e2f64c51fef6e5fbf9 /mod/dirsearch.php
parent258ca20ee3dbc587e49694f979bbddb69aaa20a3 (diff)
downloadvolse-hubzilla-27ada18dc5c13591d918cf1bb9132a039f6fb751.tar.gz
volse-hubzilla-27ada18dc5c13591d918cf1bb9132a039f6fb751.tar.bz2
volse-hubzilla-27ada18dc5c13591d918cf1bb9132a039f6fb751.zip
fix people search
Diffstat (limited to 'mod/dirsearch.php')
-rw-r--r--mod/dirsearch.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/dirsearch.php b/mod/dirsearch.php
index 1b1ad0877..50348bc4a 100644
--- a/mod/dirsearch.php
+++ b/mod/dirsearch.php
@@ -72,11 +72,12 @@ function dirsearch_content(&$a) {
}
$order = " ORDER BY `xchan_name` ASC ";
-
+dbg(1);
$r = q("SELECT xchan.*, xprof.* from xchan left join xprof on xchan_hash = xprof_hash where 1 $sql_extra $order LIMIT %d , %d ",
intval($startrec),
intval($perpage)
);
+dbg(0);
$ret['page'] = $page + 1;
$ret['records'] = count($r);