Changeset 5126 for temp/trunk/html


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

blank

File:
1 edited

Legend:

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

    r5125 r5126  
    202202 
    203203    $_POST["contents"] = mb_convert_kana( trim (  $_POST["contents"] ), "K" ); 
    204     $objErr->doFunc( array( "¥¢¥ó¥±¡¼¥ÈÆâÍÆ" ,"contents". "3000" ), array( "EXIST_CHECK", "MAX_LENGTH_CHECK" ) ); 
     204    $objErr->doFunc( array( "¥¢¥ó¥±¡¼¥ÈÆâÍÆ" ,"contents", "3000" ), array( "EXIST_CHECK", "MAX_LENGTH_CHECK" ) ); 
    205205 
    206206     
Note: See TracChangeset for help on using the changeset viewer.