diff options
author | friendica <info@friendica.com> | 2013-12-19 23:56:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-19 23:56:37 -0800 |
commit | 2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3 (patch) | |
tree | 1a523306c9a87a0259a324e04eb2fd4906d3d07c /mod/connedit.php | |
parent | cd78f9d13df721ea218cc8ba023470899b64a151 (diff) | |
download | volse-hubzilla-2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3.tar.gz volse-hubzilla-2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3.tar.bz2 volse-hubzilla-2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3.zip |
comanchify connedit, group
Diffstat (limited to 'mod/connedit.php')
-rw-r--r-- | mod/connedit.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mod/connedit.php b/mod/connedit.php index c6c8845c8..e2d4b861c 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -31,24 +31,6 @@ function connedit_init(&$a) { } -function connedit_aside(&$a) { - - - if (! local_user()) - return; - - if($a->poi) { - $a->set_widget('vcard',vcard_from_xchan($a->poi,$a->get_observer())); - $a->set_widget('collections', group_side('connections','group',false,0,$a->poi['abook_xchan'])); - } - - $a->set_widget('suggest',widget_suggestions(array())); - $a->set_widget('findpeople',findpeople_widget()); - -} - - - function connedit_post(&$a) { if(! local_user()) |