From a8009fde62fac902090723d2d03693437fc7ca89 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 16 Mar 2001 14:27:22 +0000 Subject: [PATCH] Last commit did not go, this should help --- addressbook/import.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"));