forked from extern/egroupware
fixed wrong status icons for phone-calls in calendar day-view
This commit is contained in:
parent
dbbee206a4
commit
5e0e19e0dc
@ -721,7 +721,7 @@
|
||||
$content=array();
|
||||
foreach($icons = array(
|
||||
$info['info_type'] => 'infolog',
|
||||
$info['info_status'] => 'infolog'
|
||||
$this->status[$info['info_type']][$info['info_status']] => 'infolog',
|
||||
) as $name => $app)
|
||||
{
|
||||
$content[] = $GLOBALS['egw']->html->image($app,$name,lang($name),'border="0" width="15" height="15"').' ';
|
||||
|
Loading…
Reference in New Issue
Block a user