Changeset 873 for temp/test-xoops.ec-cube.net/html/modules
- Timestamp:
- 2006/12/13 13:11:15 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
r872 r873 50 50 switch($_POST['mode']) { 51 51 case 'rating': 52 $arrErr = lfErrCheck($_POST );52 $arrErr = lfErrCheck($_POST, $option_id, $poll_id); 53 53 if(count($arrErr) <= 0) { 54 54 $poll = new XoopsPoll($poll_id); … … 95 95 //--------------------------------------------------------------------------------------------------- 96 96 97 function lfErrCheck($arrForm, $option_id ) {97 function lfErrCheck($arrForm, $option_id, $poll_id) { 98 98 99 99 $body_len = 200;
Note: See TracChangeset
for help on using the changeset viewer.
