Ignore:
Timestamp:
04/21/09 01:43:15 (15 years ago)
Author:
nanardon
Message:
  • add a procedure field to not overload description
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Vote/Controller/Admin.pm

    r226 r229  
    7474                map { $_ => ($c->req->param($_) || undef) } 
    7575                grep { exists($c->req->params->{$_}) } 
    76                 qw(label description start end choice_count free_choice elected_count elected_choice) 
     76                qw(label description start end choice_count 
     77                free_choice elected_count elected_choice procedure) 
    7778            ) and $poll->commit; 
    7879        } elsif ($c->req->param('encrypted')) { 
Note: See TracChangeset for help on using the changeset viewer.