Ignore:
Timestamp:
2006/12/12 09:50:02 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php

    r746 r748  
    155155        $tpl->assign('arrOption', $arrOption); 
    156156    } 
    157      
     157 
     158    function assignOption(&$tpl, $option_id) 
     159    { 
     160        $arrOption =& XoopsPollOption::getOptionByOptionId($option_id); 
     161        $tpl->assign('arrOption', $arrOption); 
     162    } 
     163         
    158164    function assignPoll(&$tpl) 
    159165    { 
Note: See TracChangeset for help on using the changeset viewer.