Ignore:
Timestamp:
2006/12/12 09:43:11 (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

    r743 r744  
    150150    } 
    151151     
    152     function assignOptions(&$tpl, $option) 
     152    function assignOptions(&$tpl) 
    153153    { 
    154         $arrOption =& XoopsPollOption::getAllOption($option); 
     154        $arrOption =& XoopsPollOption::getAllOption(); 
    155155        $tpl->assign('arrOption', $arrOption); 
    156156    } 
Note: See TracChangeset for help on using the changeset viewer.