Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

just something out of editor.cgi

Quote Reply
just something out of editor.cgi
alex

Code:
my $fmax = $in->param('add-form') || return "You must enter in a max form length.";

should be

Code:
my $fmax = $in->param('add-form') || return "You must enter in a form length.";

it confused the heck out of me.. Smile but anyways.. when i want to make a select field i always set the form length to zero.. it's annoying because in the add a new field if you put 0 it will give you an error that say you didn't input it.. cause of the annoying 0 eq no thing in perl Smile

anyways.. i hate hand editing links.def.. Wink

jerry

[This message has been edited by widgetz (edited December 03, 1999).]