diff options
author | friendica <info@friendica.com> | 2012-03-27 20:15:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-27 20:15:15 -0700 |
commit | 0aa99acd35efa2b0f95363c461b931d2deb52b3f (patch) | |
tree | 1040a54f7db429c779ed8766e1afee83d2439ba9 /include/contact_widgets.php | |
parent | 7ee07daf04e516900fb1d9c77debf7f2b7f91fc8 (diff) | |
download | volse-hubzilla-0aa99acd35efa2b0f95363c461b931d2deb52b3f.tar.gz volse-hubzilla-0aa99acd35efa2b0f95363c461b931d2deb52b3f.tar.bz2 volse-hubzilla-0aa99acd35efa2b0f95363c461b931d2deb52b3f.zip |
profile_tabs hook
Diffstat (limited to 'include/contact_widgets.php')
-rwxr-xr-x | 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 135a9e4e8..9d7085d20 100755 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -46,7 +46,7 @@ function networks_widget($baseurl,$selected = '') { return ''; - $r = q("select distinct(network) from contact where uid = %d", + $r = q("select distinct(network) from contact where uid = %d and self = 0", intval(local_user()) ); |