Ignore:
Timestamp:
04/10/09 11:17:44 (15 years ago)
Author:
nanardon
Message:
  • add ballot decrypt functions, closing #27
File:
1 edited

Legend:

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

    r175 r176  
    112112            } 
    113113        } 
     114        if ($c->req->param('decryptballot')) { 
     115            $c->model('Vote')->poll($c->stash->{voteid})->decrypted_ballots( 
     116                $c->session->{vpassword} 
     117            ); 
     118        }    
    114119    }; 
    115120    } 
Note: See TracChangeset for help on using the changeset viewer.