Hey,
I am currently doing some work for a client, and after the process of upgrading some things don't work that well. Upgrade and everything went fine... but just need help with one hack.
Basically this is the part of the code generating the error.
Code:
globalize($_REQUEST, array(
'file' => STR,
'title' => STR
));
And this is the error I get.
Quote:
Fatal error: Call to undefined function: globalize() in /home/blumin/public_html/forums/html.php on line 19
|
From what I have read the function "globalize" no longer works in 3.5.3. Is there any alternative to this?
Thanks for all your help.