fix for participant status display for multibyte charsets (Japanese)

This commit is contained in:
Ralf Becker 2006-11-07 06:15:38 +00:00
parent 4d8c8843b8
commit 3fa50afa7f

View File

@ -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.')';
} }