Changeset 710 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/11 21:54:25 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php
r709 r710 154 154 { 155 155 $arrOption =& XoopsPollOption::getOptionByOptionId($this->poll->getVar("option_id")); 156 $i = 0;156 print_r($arrOption); 157 157 $tpl->assign('arrOption', $arrOption); 158 158 } … … 161 161 { 162 162 $options_arr =& XoopsPollOption::getAllByPollId($this->poll->getVar("poll_id")); 163 $i = 0;164 163 $tpl->assign('option_list', $options_arr); 165 164 }
Note: See TracChangeset
for help on using the changeset viewer.
