Changeset 5124 for temp/trunk/html


Ignore:
Timestamp:
2006/09/19 13:14:23 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/contents/inquiry.php

    r5003 r5124  
    172172 
    173173 
    174  
    175174// ------------  ¥¨¥é¡¼¥Á¥§¥Ã¥¯½èÍýÉô ------------   
    176175 
     
    188187 
    189188 
    190  
    191  
    192  
    193  
    194  
    195189// ------------  ¥¨¥é¡¼¥Á¥§¥Ã¥¯½èÍýÉô ------------   
    196190 
     
    206200 
    207201    $_POST["contents"] = mb_convert_kana( trim (  $_POST["contents"] ), "K" ); 
    208     $objErr->doFunc( array( "¥¢¥ó¥±¡¼¥ÈÆâÍÆ" ,"contents" ), array( "EXIST_CHECK" ) ); 
     202    $objErr->doFunc( array( "¥¢¥ó¥±¡¼¥ÈÆâÍÆ" ,"contents". "3000" ), array( "EXIST_CHECK", "MAX_LENGTH_CHECK" ) ); 
    209203 
    210204     
Note: See TracChangeset for help on using the changeset viewer.