20 Dec
2005
20 Dec
'05
4 p.m.
Thanks for both tips. I'm barely online again in my new location, but I will try it as soon as I can. -----Original Message----- From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of andrew morton Sent: Monday, December 19, 2005 4:18 AM To: development@drupal.org Subject: Re: [development] authentication hooks - PLEASE HELP On 12/18/05, Larry Garfield <larry@garfieldtech.com> wrote:
You might also find the PHP function debug_backtrace() useful. It prints a stack dump, which lets you see the function calls to that point. Tip: Wrap the output in <pre> tags to make it easier to read.
I'd actually recomment debug_print_backtrace() . The tip about wrapping it in pre tags still applies though. andrew