diff options
author | friendica <info@friendica.com> | 2013-12-19 02:35:45 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-19 02:35:45 -0800 |
commit | 825492407e3e064b6cd806b3ed7d484d2cc9f50e (patch) | |
tree | 38a3029e6358168eaf0aa5acbc77923ff456321d /mod/connections.php | |
parent | b28a37c38e3fc68b1d0a59e4f5e6054ce13cb680 (diff) | |
download | volse-hubzilla-825492407e3e064b6cd806b3ed7d484d2cc9f50e.tar.gz volse-hubzilla-825492407e3e064b6cd806b3ed7d484d2cc9f50e.tar.bz2 volse-hubzilla-825492407e3e064b6cd806b3ed7d484d2cc9f50e.zip |
more comanche
Diffstat (limited to 'mod/connections.php')
-rw-r--r-- | mod/connections.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mod/connections.php b/mod/connections.php index 10f0468b6..0365a0585 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -19,23 +19,6 @@ function connections_init(&$a) { } -function connections_aside(&$a) { - - - if (! local_user()) - return; - - - $a->set_widget('follow', widget_follow(array())); - - - $a->set_widget('suggest',widget_suggestions(array())); - $a->set_widget('findpeople',findpeople_widget()); - -} - - - function connections_post(&$a) { if(! local_user()) |