- Timestamp:
- 2006/12/11 22:08:05 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php
r713 r716 151 151 152 152 153 function assignOptions(&$tpl )153 function assignOptions(&$tpl, $option) 154 154 { 155 $arrOption =& XoopsPollOption::getOptionByOptionId($this->poll->getVar("option_id")); 155 $arrOption =& XoopsPollOption::getOptionByOptionId($option); 156 print_r($arrOption); 156 157 $tpl->assign('arrOption', $arrOption); 157 158 }
Note: See TracChangeset
for help on using the changeset viewer.
