Author Topic: More e-mail problems  (Read 2717 times)

Offline saladbar821

More e-mail problems
« on: March 28, 2010, 09:01:59 am »
So i ran into this today when I was trying to implement this in my environment:
Code: [Select]
Fatal error: Call to undefined function: htmlspecialchars_decode() in /homepages/5/d301581944/htdocs/smf/Sources/shop/items/EmailAdmin.php  on line 77
I'm not sure what other information you need, but I attached the file in question.

Offline bigjoe11a

Re: More e-mail problems
« Reply #1 on: March 22, 2011, 11:41:17 pm »
Try doing this

Code: [Select]
function getUseInput()
{
global $item_info;
// The 'additional fields needed' entered during item setup
//return htmlspecialchars_decode($item_info[3]);
        return htmlspecialchars($item_info[3]);
}

This item will need some updating and I mite do this later on today.
Serving Gamers from around the world
http://www.df-barracks.com/