You don't need the parens, what you had before was OK. But it doesn't do any good to declare a variable as global if it's not defined. I suspect your problem is that those variables haven't been set to any value yet when the global_start hook code is run. You would need to figure out where those variables get set and either find a different hook or set them yourself.
|