==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=5915

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

Unnilennium <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charlieb-contribs-bugzilla@
                   |                            |budge.apana.org.au

--- Comment #6 from Unnilennium <[email protected]> ---
the way of processing the checkbox group is the same as groups.pm for users
member of the groups except that after submitting the data the user is redirect
to a different page.

In this case we are redirecting to the same page where the person submitted the
data... 

I can easily fix this contrib using 

my $cgi = CGI->new;
my @cusers = $cgi->param('PasswordAge');


but I feel like something in the panel functionality is causing this ...

Charlie or Shad can you give an advice ?

IS it by design that the following keep a string when nothing is send by the
browser for checkboxes:

my $self = shift;
my $q = $self->{cgi};
my @cusers   = $q->param('PasswordAge');

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to