diff options
author | friendica <info@friendica.com> | 2012-10-29 19:31:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-29 19:31:38 -0700 |
commit | 1a6415807ebf9ae859134c99eb64a90d7363747a (patch) | |
tree | 2f53cb0168079c9f195979474eed950ad7c38734 /mod/acl.php | |
parent | e36ca7b41f58cf0a478f222548d419e254a201be (diff) | |
download | volse-hubzilla-1a6415807ebf9ae859134c99eb64a90d7363747a.tar.gz volse-hubzilla-1a6415807ebf9ae859134c99eb64a90d7363747a.tar.bz2 volse-hubzilla-1a6415807ebf9ae859134c99eb64a90d7363747a.zip |
more structural stuff
Diffstat (limited to 'mod/acl.php')
-rw-r--r-- | mod/acl.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 ", |