From: rabuzarus <> Date: Fri, 10 Jun 2016 09:29:23 +0000 (+0200) Subject: frio + core: forgot to delete a comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e773da9ea26cc9eefa7daca3d2d7ff6478a8d35f;p=friendica.git frio + core: forgot to delete a comment --- diff --git a/mod/profiles.php b/mod/profiles.php index a39fd95980..9cd1ed8a02 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -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);