Ignore:
Timestamp:
2006/12/13 11:49:39 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r860 r862  
    7777$count = $renderer->assignComment($xoopsTpl, $option_id, $start, POLL_COMMENT_VIEW); 
    7878 
    79 $nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id.'&option_id='.$option_id.'&rating_id='.$arrForm['option_id'].'&comment='.$arrForm['comment']); 
     79$nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id.'&option_id='.$option_id.'&rating_id='.$arrForm['option_id']); 
    8080$xoopsTpl->assign('forum_pagenav', $nav->renderNav(4)); 
    8181 
Note: See TracChangeset for help on using the changeset viewer.