forked from extern/egroupware
fix for participant status display for multibyte charsets (Japanese)
This commit is contained in:
parent
4d8c8843b8
commit
3fa50afa7f
@ -1371,7 +1371,7 @@ class bocal
|
|||||||
|
|
||||||
if (!$long_status)
|
if (!$long_status)
|
||||||
{
|
{
|
||||||
$status = $status[0];
|
$status = substr($status,0,1);
|
||||||
}
|
}
|
||||||
$names[$id] = $this->participant_name($id).' ('.$status.')';
|
$names[$id] = $this->participant_name($id).' ('.$status.')';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user