Changeset 829 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/13 10:38:19 (19 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/xoopspoll
- Files:
-
- 2 edited
-
include/constants.php (modified) (1 diff)
-
pollrating.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/include/constants.php
r813 r829 28 28 define("POLL_MAILED", 1); 29 29 30 define("POLL_OPTION_VIEW", 5); // °ìÍ÷¤Îɽ¼¨·ï¿ô 30 define("POLL_OPTION_VIEW", 10); // ¥ª¥×¥·¥ç¥ó°ìÍ÷¤Îɽ¼¨·ï¿ô 31 define("POLL_COMMENT_VIEW", 10); // Åêɼ°ìÍ÷¤Îɽ¼¨·ï¿ô 31 32 32 33 $arrStatus = array( -
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
r828 r829 71 71 72 72 $renderer->assignOption($xoopsTpl, $option_id); 73 $count = $renderer->assignComment($xoopsTpl, $option_id );73 $count = $renderer->assignComment($xoopsTpl, $option_id, $start, POLL_COMMENT_VIEW); 74 74 75 75 $nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id.'&option_id='.$option_id);
Note: See TracChangeset
for help on using the changeset viewer.
