Ignore:
Timestamp:
2006/12/27 20:40:57 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r915 r963  
    8282        $arrErr['body'] = " ¢¨ ÆâÍÆ¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£"; 
    8383    } else { 
    84         if(mb_strlen($arrForm['body']) > $title_len) $arrErr['title'] = " ¢¨ ÆâÍÆ¤Ï".$body_len."ʸ»ú°ÊÆâ¤ÇÆþÎϤ·¤Æ²¼¤µ¤¤¡£"; 
     84        if(mb_strlen($arrForm['body']) > $body_len) $arrErr['body'] = " ¢¨ ÆâÍÆ¤Ï".$body_len."ʸ»ú°ÊÆâ¤ÇÆþÎϤ·¤Æ²¼¤µ¤¤¡£"; 
    8585    } 
    8686     
Note: See TracChangeset for help on using the changeset viewer.