Change format of cat_option

This commit is contained in:
Miles Lott 2001-03-30 03:49:04 +00:00
parent 526229cefe
commit 3581be7e6c

View File

@ -52,7 +52,7 @@
$t->set_var("lang_cancel",lang("Cancel"));
$t->set_var("lang_cat",lang("Select Category"));
$t->set_var("cat_link",cat_option($cat_id,'cat_id',True));
$t->set_var("cat_link",cat_option($cat_id,'cat_id',True,False));
$t->set_var("cancel_url",$phpgw->link("/addressbook/index.php"));
$t->set_var("navbar_bg",$phpgw_info["theme"]["navbar_bg"]);
$t->set_var("navbar_text",$phpgw_info["theme"]["navbar_text"]);