bizcribz Posted June 22, 2007 Posted June 22, 2007 I am getting this error message for both: Fatal error: Call to undefined function: link_session_variable() in /home/thebras/public_html/online_store/includes/functions/sessions.php on line 154 Here is the code it's talking about: // >>> BEGIN REGISTER_GLOBALS // Work-around to allow disabling of register_globals - map all defined // session variables if (count($_SESSION)) { $session_keys = array_keys($_SESSION); foreach($session_keys as $variable) { link_session_variable($variable, true); } } // <<< END REGISTER_GLOBALS
Recommended Posts
Archived
This topic is now archived and is closed to further replies.