frio + core: forgot to delete a comment
This commit is contained in:
parent
3a9a9e6a1c
commit
e773da9ea2
|
@ -742,9 +742,6 @@ function profiles_content(&$a) {
|
||||||
'$work' => array('work', t('Work/employment'), $r[0]['work']),
|
'$work' => array('work', t('Work/employment'), $r[0]['work']),
|
||||||
'$education' => array('education', t('School/education'), $r[0]['education']),
|
'$education' => array('education', t('School/education'), $r[0]['education']),
|
||||||
'$contact' => array('contact', t('Contact information and Social Networks'), $r[0]['contact']),
|
'$contact' => array('contact', t('Contact information and Social Networks'), $r[0]['contact']),
|
||||||
|
|
||||||
//eigene
|
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
$arr = array('profile' => $r[0], 'entry' => $o);
|
$arr = array('profile' => $r[0], 'entry' => $o);
|
||||||
|
|
Loading…
Reference in a new issue