mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Fill in default if no custom fields
This commit is contained in:
parent
5acca29f4d
commit
7ffd9c2858
@ -525,10 +525,11 @@
|
|||||||
$t->set_var('cats_link',$cats_link);
|
$t->set_var('cats_link',$cats_link);
|
||||||
if ($customfields) {
|
if ($customfields) {
|
||||||
$t->set_var('lang_custom',lang('Custom Fields').':');
|
$t->set_var('lang_custom',lang('Custom Fields').':');
|
||||||
|
$t->set_var("custom",$custom);
|
||||||
} else {
|
} else {
|
||||||
$t->set_var("lang_custom",'');
|
$t->set_var("lang_custom",'');
|
||||||
|
$t->set_var("custom",'');
|
||||||
}
|
}
|
||||||
$t->set_var("custom",$custom);
|
|
||||||
|
|
||||||
$t->parse("out","form");
|
$t->parse("out","form");
|
||||||
$t->pparse("out","form");
|
$t->pparse("out","form");
|
||||||
|
Loading…
Reference in New Issue
Block a user