diff options
author | friendica <info@friendica.com> | 2013-12-02 15:15:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-02 15:15:02 -0800 |
commit | d9f67876dce5da9ed056726f792e087d142699cb (patch) | |
tree | 4c615055a02508338f0992051bdafc5f773bb2b8 /mod/connections.php | |
parent | 3fdc3515b5dbfee4582467144d3c2d5eefc6a708 (diff) | |
download | volse-hubzilla-d9f67876dce5da9ed056726f792e087d142699cb.tar.gz volse-hubzilla-d9f67876dce5da9ed056726f792e087d142699cb.tar.bz2 volse-hubzilla-d9f67876dce5da9ed056726f792e087d142699cb.zip |
refactor magic-auth
Diffstat (limited to 'mod/connections.php')
-rw-r--r-- | mod/connections.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php index 39bef0209..6b3ed113c 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -669,7 +669,6 @@ function connections_content(&$a) { $contacts[] = array( 'img_hover' => sprintf( t('%1$s [%2$s]'),$rr['xchan_name'],$rr['xchan_url']), 'edit_hover' => t('Edit contact'), - 'photo_menu' => contact_photo_menu($rr), 'id' => $rr['abook_id'], 'alt_text' => $alt_text, 'dir_icon' => $dir_icon, |