Ignore:
Timestamp:
2006/12/13 13:11:15 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r872 r873  
    5050switch($_POST['mode']) { 
    5151    case 'rating': 
    52         $arrErr = lfErrCheck($_POST); 
     52        $arrErr = lfErrCheck($_POST, $option_id, $poll_id); 
    5353        if(count($arrErr) <= 0) { 
    5454            $poll = new XoopsPoll($poll_id); 
     
    9595//--------------------------------------------------------------------------------------------------- 
    9696 
    97 function lfErrCheck($arrForm, $option_id) { 
     97function lfErrCheck($arrForm, $option_id, $poll_id) { 
    9898     
    9999    $body_len = 200; 
Note: See TracChangeset for help on using the changeset viewer.