Changeset 864 for temp/test-xoops.ec-cube.net/html/modules
- Timestamp:
- 2006/12/13 11:57:04 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
r863 r864 77 77 $count = $renderer->assignComment($xoopsTpl, $option_id, $start, POLL_COMMENT_VIEW); 78 78 79 $nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id.'&option_id='.$option_id.'&rating_id='.$arrForm['rating_id'] );79 $nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id.'&option_id='.$option_id.'&rating_id='.$arrForm['rating_id'].'&comment='.htmlspecialchars($arrForm['comment'])); 80 80 $xoopsTpl->assign('forum_pagenav', $nav->renderNav(4)); 81 81
Note: See TracChangeset
for help on using the changeset viewer.
