Ignore:
Timestamp:
2006/12/13 10:14:59 (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

    r816 r817  
    154154    { 
    155155        $arrOption =& XoopsPollOption::getAllOption($limit_start, $limit_end); 
     156        $count = $arrOption['count']; 
     157        array_pop($arrOption); 
    156158        $tpl->assign('arrOption', $arrOption); 
    157 print_r($arrOption);         
    158         return $arrOption['count']; 
     159         
     160        return $count; 
    159161    } 
    160162 
Note: See TracChangeset for help on using the changeset viewer.