Ignore:
Timestamp:
2006/12/13 11:05:16 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r836 r839  
    9494function lfErrCheck($arrForm) { 
    9595     
    96     $body_len = 500; 
     96    $body_len = 200; 
    9797     
    9898    $arrErr = array(); 
    9999     
    100100    if(mb_strlen($arrForm['body']) > $title_len) { 
    101         $arrErr['title'] = " ¢¨ ÆâÍÆ¤Ï$body_lenʸ»ú°ÊÆâ¤ÇÆþÎϤ·¤Æ²¼¤µ¤¤¡£"; 
     101        $arrErr['title'] = " ¢¨ ¥³¥á¥ó¥È¤Ï$body_lenʸ»ú°ÊÆâ¤ÇÆþÎϤ·¤Æ²¼¤µ¤¤¡£"; 
    102102    } 
    103103     
Note: See TracChangeset for help on using the changeset viewer.