From 3c076b53fe0fb3d5e625b773a5e4723dece0a057 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 3 Mar 2011 23:13:16 -0800 Subject: use prepare_text instead of prepare_body --- view/it/profile_advanced.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'view/it/profile_advanced.php') diff --git a/view/it/profile_advanced.php b/view/it/profile_advanced.php index ee6d8b50d..fe065d46f 100644 --- a/view/it/profile_advanced.php +++ b/view/it/profile_advanced.php @@ -113,7 +113,7 @@ $o .= <<< EOT EOT; } -if($txt = prepare_body($a->profile['about'])) { +if($txt = prepare_text($a->profile['about'])) { $o .= <<< EOT
Informazioni varie:
@@ -124,7 +124,7 @@ $o .= <<< EOT EOT; } -if($txt = prepare_body($a->profile['interest'])) { +if($txt = prepare_text($a->profile['interest'])) { $o .= <<< EOT
Hobbie/Interessi:
@@ -135,7 +135,7 @@ $o .= <<< EOT EOT; } -if($txt = prepare_body($a->profile['contact'])) { +if($txt = prepare_text($a->profile['contact'])) { $o .= <<< EOT
Informazioni su contatti e Social Networks:
@@ -146,7 +146,7 @@ $o .= <<< EOT EOT; } -if($txt = prepare_body($a->profile['music'])) { +if($txt = prepare_text($a->profile['music'])) { $o .= <<< EOT
Interessi musicali:
@@ -157,7 +157,7 @@ $o .= <<< EOT EOT; } -if($txt = prepare_body($a->profile['book'])) { +if($txt = prepare_text($a->profile['book'])) { $o .= <<< EOT
Libri, letteratura:
@@ -168,7 +168,7 @@ $o .= <<< EOT EOT; } -if($txt = prepare_body($a->profile['tv'])) { +if($txt = prepare_text($a->profile['tv'])) { $o .= <<< EOT
Televisione:
@@ -179,7 +179,7 @@ $o .= <<< EOT EOT; } -if($txt = prepare_body($a->profile['film'])) { +if($txt = prepare_text($a->profile['film'])) { $o .= <<< EOT
Film/danza/cultura/intrattenimento:
@@ -190,7 +190,7 @@ $o .= <<< EOT EOT; } -if($txt = prepare_body($a->profile['romance'])) { +if($txt = prepare_text($a->profile['romance'])) { $o .= <<< EOT
Amore/romanticismo:
@@ -201,7 +201,7 @@ $o .= <<< EOT EOT; } -if($txt = prepare_body($a->profile['work'])) { +if($txt = prepare_text($a->profile['work'])) { $o .= <<< EOT
Lavoro/impiego:
@@ -212,7 +212,7 @@ $o .= <<< EOT EOT; } -if($txt = prepare_body($a->profile['education'])) { +if($txt = prepare_text($a->profile['education'])) { $o .= <<< EOT
Scuola/educazione:
-- cgit v1.2.3