Yeah, i'm sure 3.5 does some processing with the POST & GET variables now as part of loading global.php, but I can't remember exactly what, and I don't have the code in front of me.
You can probably fudge it by moving
PHP Code:
/* Set Navigation */
if (isset($_GET['do'])) {
$do = $_GET['do'];
}
above the
PHP Code:
require_once('./global.php');
require_once('./includes/functions_user.php');