From 1a6415807ebf9ae859134c99eb64a90d7363747a Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 29 Oct 2012 19:31:38 -0700 Subject: more structural stuff --- mod/acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/acl.php') diff --git a/mod/acl.php b/mod/acl.php index 9d13811a7..33b7b22c8 100644 --- a/mod/acl.php +++ b/mod/acl.php @@ -147,7 +147,7 @@ function acl_init(&$a){ ); } elseif($type == 'x') { - $r = q("SELECT xchan_name as id, xchan_name as name, xchan_photo_s as micro, xchan_profile as url from xchan + $r = q("SELECT xchan_name as id, xchan_name as name, xchan_photo_s as micro, xchan_url as url from xchan where 1 $sql_extra3 ORDER BY `xchan_name` ASC ", -- cgit v1.2.3