mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Change format of cat_option
This commit is contained in:
parent
526229cefe
commit
3581be7e6c
@ -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"]);
|
||||
|
Loading…
Reference in New Issue
Block a user