Hi,
open admincp/read_pms.php
go to line 183 or search for:
PHP Code:
print_label_row('To', htmlspecialchars($pm['touserarray']));
replace:
PHP Code:
print_label_row('To' , is_array(unserialize($pm['touserarray'])) ? implode(", ", array_values(unserialize($pm['touserarray']))) : null);
Ideas taken/stolen from MarcoH64 ;-)
Kind Regards,
Stoebi
Quote:
Originally Posted by Bulent Tekcan
Any idea for why that character show me ?
|