bad user for getNomUrl
This commit is contained in:
parent
5244c05abb
commit
554948d3e2
@ -1685,7 +1685,7 @@ if ($id > 0)
|
|||||||
print $TRemindTypes[$actioncommreminder->typeremind];
|
print $TRemindTypes[$actioncommreminder->typeremind];
|
||||||
if ($actioncommreminder->fk_user > 0) {
|
if ($actioncommreminder->fk_user > 0) {
|
||||||
$tmpuserstatic->fetch($actioncommreminder->fk_user);
|
$tmpuserstatic->fetch($actioncommreminder->fk_user);
|
||||||
print ' ('.$tmpuser->getNomUrl(0, '', 0, 0, 16).')';
|
print ' ('.$tmpuserstatic->getNomUrl(0, '', 0, 0, 16).')';
|
||||||
}
|
}
|
||||||
print ' - '.$actioncommreminder->offsetvalue.' '.$TDurationTypes[$actioncommreminder->offsetunit];
|
print ' - '.$actioncommreminder->offsetvalue.' '.$TDurationTypes[$actioncommreminder->offsetunit];
|
||||||
if ($actioncommreminder->status == $actioncommreminder::STATUS_TODO) {
|
if ($actioncommreminder->status == $actioncommreminder::STATUS_TODO) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user