On Jan 25, 2008 3:35 PM, Thijs Lensselink <dev@xxxxxxxx> wrote: > Change: > > }return $authenticated; > > to > > return $authenticated; > } > > else it will never return the value from the function. But it will > always give you undefined variable notice nice catch ;) -nathan