From 3180ed853413060c11142256a9e703c6fa255658 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 30 Mar 2001 03:31:50 +0000 Subject: [PATCH] Comment an echo, change format of cat_option --- addressbook/import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addressbook/import.php b/addressbook/import.php index 0ea7469e82..ba9c371b4b 100644 --- a/addressbook/import.php +++ b/addressbook/import.php @@ -58,7 +58,7 @@ $t->set_var("navbar_text",$phpgw_info["theme"]["navbar_text"]); $t->set_var("import_text",lang("Import from LDIF, CSV, or VCard")); $t->set_var("action_url",$phpgw->link("/addressbook/import.php")); - $t->set_var("cat_link",cat_option($cat_id)); + $t->set_var("cat_link",cat_option($cat_id,True,False)); $t->set_var("tsvfilename",""); $t->set_var("conv",$conv); $t->set_var("debug",lang("Debug output in browser")); @@ -117,7 +117,7 @@ // Probable multiline encoding $newval = base64_decode(trim($extra)); $value = $newval; - echo $name.':'.$value; + //echo $name.':'.$value; } if ($name && $value) {