Ignore:
Timestamp:
03/16/09 18:57:18 (15 years ago)
Author:
nanardon
Message:
  • html and perl fixes
File:
1 edited

Legend:

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

    r39 r42  
    6565                and $vote->db->commit; 
    6666        } elsif ($c->req->param('mail')) { 
    67             $vote->addupd_voting($id, $c->req->param('id'), $c->req->param('mail')) 
     67            $vote->addupd_voting($id, $c->req->param('mail'), $c->req->param('id')) 
    6868                and $vote->db->commit; 
    6969        } elsif($c->req->param('mailpasswd')) { 
Note: See TracChangeset for help on using the changeset viewer.