PDA

View Full Version : Using globals in 3.5.1


kbadr
11-14-2005, 07:12 PM
In older versions (3.0.3 specifically), globals got unset by the VBulletin code. To get around this, I just added the variable name to $_allowedvars in /includes/init.php

Does anyone know if a) globals are similarly cleared out in 3.5.1, and b) how I get around this if they are?

nexialys
11-14-2005, 07:15 PM
1- wrong forum, this one is for releases and just under you had Questions...

2- no global is cleared by vBulletin if you create them after the require_once('global.php'); ...