Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Westin] What is the best way of doing checkboxes?: Edit Log

Here is the list of edits for this post
Re: [Westin] What is the best way of doing checkboxes?
Westin wrote:
Oh, what do I name that first global in the code you gave above?

Sorry, put the [code] tags around too much text =)

Should have been:

format_checkboxes
Code:
sub {
my @split = split /\n/, $_[0];
return { checkbox_loop => \@split }
}


..so call the global "format_checkboxes"

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

Andy: May 12, 2009, 7:16 AM

Edit Log: