Ignore:
Timestamp:
2006/12/13 09:28:47 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php

    r809 r810  
    5555$xoopsTpl->assign('poll_id', $poll_id); 
    5656 
    57 $nav = new XoopsPageNav(count($arrOption), $forumdata['topics_per_page'], $start, "start", 'poll_id='.$poll_id); 
     57$nav = new XoopsPageNav(count($arrOption), 1, $start, "start", 'poll_id='.$poll_id); 
    5858$xoopsTpl->assign('forum_pagenav', $nav->renderNav(4)); 
    5959 
Note: See TracChangeset for help on using the changeset viewer.