diff options
author | friendica <info@friendica.com> | 2014-07-29 18:34:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-29 18:34:24 -0700 |
commit | a1ffb5ee724e6879f3b24708d70b808c4438e2fc (patch) | |
tree | f0d177959dcef581095b83d7e19cb9de4ce940f5 /include/contact_widgets.php | |
parent | ca5992fade670fd1270c5be1af8fe4bdb6a85dd5 (diff) | |
download | volse-hubzilla-a1ffb5ee724e6879f3b24708d70b808c4438e2fc.tar.gz volse-hubzilla-a1ffb5ee724e6879f3b24708d70b808c4438e2fc.tar.bz2 volse-hubzilla-a1ffb5ee724e6879f3b24708d70b808c4438e2fc.zip |
sql error
Diffstat (limited to 'include/contact_widgets.php')
-rw-r--r-- | include/contact_widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index bccf8b4ae..28a9fcfd3 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -79,7 +79,7 @@ function categories_widget($baseurl,$selected = '') { and term.uid = item.uid and term.type = %d and item.author_xchan = '%s' - and item.restrict = 0 + and item.item_restrict = 0 order by term.term asc", intval($a->profile['profile_uid']), intval(TERM_CATEGORY), |