Changeset 337


Ignore:
Timestamp:
10/06/10 00:43:38 (14 years ago)
Author:
misc
Message:
  • fix function naming
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Epoll/DB.pm

    r319 r337  
    2929} 
    3030 
    31 sub list_comming_vote { 
     31sub list_coming_vote { 
    3232    my ($self) = @_; 
    3333 
  • trunk/root/templates/admin/index.tt

    r227 r337  
    22[% poll = c.model('Vote').poll(voteid) %] 
    33 
    4 [% FOREACH voteid = c.model('Vote').list_comming_vote %] 
     4[% FOREACH voteid = c.model('Vote').list_coming_vote %] 
    55<a href="[% c.uri_for('/admin', poll.uid) %]">[% poll.info('label') | html %]</a> 
    66<br> 
Note: See TracChangeset for help on using the changeset viewer.