diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 15:06:55 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 15:06:55 +0200 |
commit | 9faa940f044dd47687a008272c727f8f8dac9fec (patch) | |
tree | db5621fac9238a0ec459d89da1edaa88ad461fab /view/theme/diabook/theme.php | |
parent | 2352e6c1cbce57b8d6650360bfe322f34d229140 (diff) | |
download | volse-hubzilla-9faa940f044dd47687a008272c727f8f8dac9fec.tar.gz volse-hubzilla-9faa940f044dd47687a008272c727f8f8dac9fec.tar.bz2 volse-hubzilla-9faa940f044dd47687a008272c727f8f8dac9fec.zip |
diabook-themes: bugfixes / css-fixes
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index d6ee57316..a535ed07e 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -169,7 +169,8 @@ function diabook_community_info(){ $pagelist = array(); $contacts = q("SELECT `id`, `url`, `name`, `micro`FROM `contact` - WHERE `network`= 'dfrn' AND `forum` = 1 AND `uid` = %d", + WHERE `network`= 'dfrn' AND `forum` = 1 AND `uid` = %d + ORDER BY `name` ASC", intval($a->user['uid']) ); |