- Timestamp:
- 2006/12/13 09:47:55 (20 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/xoopspoll
- Files:
-
- 2 edited
-
include/constants.php (modified) (1 diff)
-
pollresults.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/include/constants.php
r764 r811 27 27 define("POLL_NOTMAILED", 0); 28 28 define("POLL_MAILED", 1); 29 define("POLL_ID", 2); 29 30 define("POLL_OPTION_VIEW", 10); // °ìÍ÷¤Îɽ¼¨·ï¿ô 30 31 31 32 $arrStatus = array( -
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php
r810 r811 55 55 $xoopsTpl->assign('poll_id', $poll_id); 56 56 57 $nav = new XoopsPageNav(count($arrOption), 1, $start, "start", 'poll_id='.$poll_id);57 $nav = new XoopsPageNav(count($arrOption), POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id); 58 58 $xoopsTpl->assign('forum_pagenav', $nav->renderNav(4)); 59 59
Note: See TracChangeset
for help on using the changeset viewer.
