mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
show infolog id in linktitle too (,if show_id is switched on)
This commit is contained in:
parent
c37862f6f4
commit
b2a0d2999d
@ -1094,8 +1094,8 @@ class infolog_bo
|
||||
{
|
||||
return $info;
|
||||
}
|
||||
return !empty($info['info_subject']) ? $info['info_subject'] :
|
||||
self::subject_from_des($info['info_descr']);
|
||||
$title = !empty($info['info_subject']) ? $info['info_subject'] :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