@@ -179,7 +179,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = bbcode($a->profile['film'])) {
+if($txt = prepare_body($a->profile['film'])) {
$o .= <<< EOT
Film/danza/cultura/intrattenimento:
@@ -190,7 +190,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = bbcode($a->profile['romance'])) {
+if($txt = prepare_body($a->profile['romance'])) {
$o .= <<< EOT
Amore/romanticismo:
@@ -201,7 +201,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = bbcode($a->profile['work'])) {
+if($txt = prepare_body($a->profile['work'])) {
$o .= <<< EOT
Lavoro/impiego:
@@ -212,7 +212,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = bbcode($a->profile['education'])) {
+if($txt = prepare_body($a->profile['education'])) {
$o .= <<< EOT