Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [yogi] Problem with Code

Quote Reply
Re: [yogi] Problem with Code In reply to
GT/Plugins.pm line 99 change:

$self->debug ("Plugin pre $hook_name stopped further plugins.");

to

$self->debug ("Plugin pre $hook_name stopped further plugins.") if ($self->{_debug});

Same on line 120.
Subject Author Views Date
Thread Problem with Code Dafyyd 4413 Sep 20, 2002, 2:49 AM
Thread Re: [Dafyyd] Problem with Code
Andy 4342 Sep 20, 2002, 4:44 AM
Thread Re: [Andy] Problem with Code
Dafyyd 4299 Sep 20, 2002, 4:56 AM
Thread Re: [Dafyyd] Problem with Code
yogi 4298 Sep 20, 2002, 6:01 AM
Post Re: [yogi] Problem with Code
Alex 4284 Sep 20, 2002, 9:47 AM
Post Re: [yogi] Problem with Code
Paul 4272 Sep 20, 2002, 10:13 AM
Post Re: [Dafyyd] Problem with Code
Alex 4272 Sep 20, 2002, 9:49 AM