Changeset 817 for temp/test-xoops.ec-cube.net/html/modules
- Timestamp:
- 2006/12/13 10:14:59 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php
r816 r817 154 154 { 155 155 $arrOption =& XoopsPollOption::getAllOption($limit_start, $limit_end); 156 $count = $arrOption['count']; 157 array_pop($arrOption); 156 158 $tpl->assign('arrOption', $arrOption); 157 print_r($arrOption);158 return $ arrOption['count'];159 160 return $count; 159 161 } 160 162
Note: See TracChangeset
for help on using the changeset viewer.
