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

Legend:

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

    r867 r868  
    9999     
    100100    $arrErr = array(); 
    101 print_r($arrForm);   
    102     if(mb_strlen($arrForm['comment']) > $title_len) { 
     101    if(mb_strlen($arrForm['comment']) > $body_len) { 
    103102        $arrErr['comment'] = " ¢¨ ¥³¥á¥ó¥È¤Ï".$body_len."ʸ»ú°ÊÆâ¤ÇÆþÎϤ·¤Æ²¼¤µ¤¤¡£"; 
    104103    } 
Note: See TracChangeset for help on using the changeset viewer.