mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-01 12:23:50 +01:00
fix for participant status display for multibyte charsets (Japanese)
This commit is contained in:
parent
b157241ec8
commit
db96ba1252
@ -1372,7 +1372,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