Ignore:
Timestamp:
2006/12/11 22:08:05 (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

    r713 r716  
    151151     
    152152     
    153     function assignOptions(&$tpl) 
     153    function assignOptions(&$tpl, $option) 
    154154    { 
    155         $arrOption =& XoopsPollOption::getOptionByOptionId($this->poll->getVar("option_id")); 
     155        $arrOption =& XoopsPollOption::getOptionByOptionId($option); 
     156print_r($arrOption); 
    156157        $tpl->assign('arrOption', $arrOption); 
    157158    } 
Note: See TracChangeset for help on using the changeset viewer.