Ignore:
Timestamp:
2006/12/13 10:01:48 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r808 r812  
    151151    } 
    152152     
    153     function assignOptions(&$tpl) 
     153    function assignOptions(&$tpl, $limit_start, $limit_end) 
    154154    { 
    155         $arrOption =& XoopsPollOption::getAllOption(); 
     155        $arrOption =& XoopsPollOption::getAllOption($limit_start, $limit_end); 
    156156        $tpl->assign('arrOption', $arrOption); 
    157157         
    158         return $arrOption; 
     158        return $arrOption['count']; 
    159159    } 
    160160 
Note: See TracChangeset for help on using the changeset viewer.