View Single Post
  #4  
Old 11-22-2008, 04:39 PM
robackja's Avatar
robackja Offline
pp veteran
 
Join Date: Sep 2008
Location: Tucson, Arizona
Posts: 50
register_globals is definitely off (i even double checked), this bug is a tricky one...

notice the "include_once()" is inside create_front_addon_array function (which declares $result first), so when the include_once() happens, its within the scope of create_front_addon_array()

does that make sense?
Reply With Quote