Changeset 744 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/12 09:43:11 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php
r743 r744 150 150 } 151 151 152 function assignOptions(&$tpl , $option)152 function assignOptions(&$tpl) 153 153 { 154 $arrOption =& XoopsPollOption::getAllOption( $option);154 $arrOption =& XoopsPollOption::getAllOption(); 155 155 $tpl->assign('arrOption', $arrOption); 156 156 }
Note: See TracChangeset
for help on using the changeset viewer.
