shop.ask.tpl.php dont handle UTF8 on PHP 4, after upgrading from 1.1.3 to 1.1.4

Started by sl45sms, October 18, 2009, 18:29:13 PM

Previous topic - Next topic

sl45sms

On server with PHP version 4.4.8 i change the line 34 from

<textarea rows="10" cols="60" name="text" id="contact_text" class="inputbox"><?php echo utf8_decode($subject?></textarea><br />

to

<textarea rows="10" cols="60" name="text" id="contact_text" class="inputbox"><?php echo $subject ?></textarea><br />