]> git.mxchange.org Git - friendica.git/commitdiff
frio + core: forgot to delete a comment
authorrabuzarus <>
Fri, 10 Jun 2016 09:29:23 +0000 (11:29 +0200)
committerrabuzarus <>
Fri, 10 Jun 2016 09:29:23 +0000 (11:29 +0200)
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);