Ignore:
Timestamp:
2006/12/11 21:54:25 (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

    r709 r710  
    154154    { 
    155155        $arrOption =& XoopsPollOption::getOptionByOptionId($this->poll->getVar("option_id")); 
    156         $i = 0; 
     156print_r($arrOption); 
    157157        $tpl->assign('arrOption', $arrOption); 
    158158    } 
     
    161161    { 
    162162        $options_arr =& XoopsPollOption::getAllByPollId($this->poll->getVar("poll_id")); 
    163         $i = 0; 
    164163        $tpl->assign('option_list', $options_arr); 
    165164    } 
Note: See TracChangeset for help on using the changeset viewer.