fix for participant status display for multibyte charsets (Japanese)

This commit is contained in:
Ralf Becker 2006-11-07 06:14:31 +00:00
parent b157241ec8
commit db96ba1252

View File

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