mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
show infolog id in linktitle too (,if show_id is switched on)
This commit is contained in:
parent
442bdbe564
commit
3597959259
@ -1094,8 +1094,8 @@ class infolog_bo
|
|||||||
{
|
{
|
||||||
return $info;
|
return $info;
|
||||||
}
|
}
|
||||||
return !empty($info['info_subject']) ? $info['info_subject'] :
|
$title = !empty($info['info_subject']) ? $info['info_subject'] :self::subject_from_des($info['info_descr']);
|
||||||
self::subject_from_des($info['info_descr']);
|
return $title.($GLOBALS['egw_info']['user']['preferences']['infolog']['show_id']?' (#'.$info['info_id'].')':'');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user