VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Quality & Testing VirtueMart 1.1.x => Virtuemart 1.1 Development (Archiv) => Q&T Resolved => Topic started by: sl45sms on October 18, 2009, 18:29:13 PM

Title: shop.ask.tpl.php dont handle UTF8 on PHP 4, after upgrading from 1.1.3 to 1.1.4
Post by: sl45sms on October 18, 2009, 18:29:13 PM
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 />