]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Fix for author-thumb/owner-thumb - DFRN: Relocate stuff
[friendica.git] / mod / profiles.php
index a39fd95980bfcde60fae0859ce8d02faa1eca1d9..9cd1ed8a02c1fd627a2dfc34a78db1f289938cbe 100644 (file)
@@ -742,9 +742,6 @@ function profiles_content(&$a) {
                        '$work' => array('work', t('Work/employment'), $r[0]['work']),
                        '$education' => array('education', t('School/education'), $r[0]['education']),
                        '$contact' => array('contact', t('Contact information and Social Networks'), $r[0]['contact']),
-
-                       //eigene
-
                ));
 
                $arr = array('profile' => $r[0], 'entry' => $o);