Gossamer Forum
Quote Reply
Re: [Ian] Hook Arguments In reply to
If you set a PRE hook on modify_category, you will get a hash passed to your function, so you can do

my $tags = shift;

As for the id of the category, you would get it with

$tags->{ID}

because the name of the field is ID and not CategoryID.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread; hot thread Hook Arguments Ian 11611 Jun 4, 2002, 1:03 PM
Thread; hot thread Re: [Ian] Hook Arguments
Paul 11332 Jun 4, 2002, 1:12 PM
Thread; hot thread Re: [Paul] Hook Arguments
Ian 11437 Jun 4, 2002, 1:27 PM
Thread; hot thread Re: [Ian] Hook Arguments
Paul 11377 Jun 4, 2002, 1:31 PM
Thread; hot thread Re: [Paul] Hook Arguments
Ian 11378 Jun 4, 2002, 1:33 PM
Thread; hot thread Re: [Ian] Hook Arguments
yogi 11391 Jun 5, 2002, 1:36 AM
Post; hot thread Re: [yogi] Hook Arguments
Ian 11342 Jun 5, 2002, 9:03 AM
Thread; hot thread Re: [Ian] Hook Arguments
Alex 11328 Jun 5, 2002, 10:26 AM
Post; hot thread Re: [Alex] Hook Arguments
Ian 11273 Jun 5, 2002, 10:39 AM
Thread; hot thread Re: [Alex] Hook Arguments
Ian 11348 Jun 5, 2002, 1:18 PM
Thread; hot thread Re: [Ian] Hook Arguments
Alex 11329 Jun 5, 2002, 1:27 PM
Post; hot thread Re: [Alex] Hook Arguments
Ian 11310 Jun 5, 2002, 1:30 PM
Thread; hot thread Re: [Alex] Hook Arguments
Ian 11324 Jun 5, 2002, 1:40 PM
Thread; hot thread Re: [Ian] Hook Arguments
Alex 11397 Jun 5, 2002, 1:48 PM
Thread; hot thread Re: [Alex] Hook Arguments
Ian 11457 Jun 5, 2002, 1:50 PM
Thread; hot thread Re: [Ian] Hook Arguments
Alex 11299 Jun 5, 2002, 2:00 PM
Post; hot thread Re: [Alex] Hook Arguments
Ian 11268 Jun 5, 2002, 2:04 PM
Thread; hot thread Re: [Alex] Hook Arguments
Paul 11272 Jun 5, 2002, 2:05 PM
Thread; hot thread Re: [Paul] Hook Arguments
Ian 11371 Jun 5, 2002, 2:09 PM
Thread; hot thread Re: [Ian] Hook Arguments
Paul 11272 Jun 5, 2002, 2:13 PM
Post; hot thread Re: [Paul] Hook Arguments
Ian 11223 Jun 5, 2002, 2:16 PM
Thread; hot thread Re: [Paul] Hook Arguments
Ian 11302 Jun 5, 2002, 2:51 PM
Thread; hot thread Re: [Ian] Hook Arguments
Paul 11285 Jun 5, 2002, 3:37 PM
Post; hot thread Re: [Paul] Hook Arguments
Ian 11225 Jun 5, 2002, 3:41 PM