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

Legend:

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

    r839 r841  
    9898    $arrErr = array(); 
    9999     
    100     if(mb_strlen($arrForm['body']) > $title_len) { 
     100    if(mb_strlen($arrForm['comment']) > $title_len) { 
    101101        $arrErr['title'] = " ¢¨ ¥³¥á¥ó¥È¤Ï$body_lenʸ»ú°ÊÆâ¤ÇÆþÎϤ·¤Æ²¼¤µ¤¤¡£"; 
    102102    } 
Note: See TracChangeset for help on using the changeset viewer.