mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
update function return_lingle to also return the app_name plus function id2name to only return -- if =='name'
This commit is contained in:
parent
444ef87edc
commit
446d1e927f
@ -430,9 +430,9 @@
|
|||||||
{
|
{
|
||||||
switch($item)
|
switch($item)
|
||||||
{
|
{
|
||||||
case 'name': $value = 'cat_name';
|
case 'name': $value = 'cat_name'; break;
|
||||||
case 'owner': $value = 'cat_owner';
|
case 'owner': $value = 'cat_owner'; break;
|
||||||
case 'main': $value = 'cat_main';
|
case 'main': $value = 'cat_main'; break;
|
||||||
return $value;
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user