diff --git a/addressbook/import.php b/addressbook/import.php index 9332effdec..bced1c3889 100644 --- a/addressbook/import.php +++ b/addressbook/import.php @@ -47,7 +47,8 @@ closedir($dir_handle); sort($myfilearray); for ($i=0;$i'.$myfilearray[$i].''; + $fname = ereg_replace('_',' ',$myfilearray[$i]); + $conv .= ''; } $t->set_var("lang_cancel",lang("Cancel"));