Changeset 2630

Show
Ignore:
Timestamp:
12/01/06 21:43:01 (2 years ago)
Author:
graphittie
Message:
  • 비밀댓글 입력시 Illigal Parameters 오류 뜨는 문제 수정.
Location:
branches/1.1-beta
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1-beta/blog/comment/add/item.php

    r2219 r2630  
    1717        "name_$entryId" => array('string', 'default' => ''), 
    1818        "password_$entryId" => array('string', 'default' => ''), 
    19         "secret_$entryId" => array(array('1'), 'mandatory' => false), 
     19        "secret_$entryId" => array(array('1', 'on'), 'mandatory' => false), 
    2020        "homepage_$entryId" => array('string', 'default' => 'http://'), 
    2121        "comment_$entryId" => array('string', 'default' => '') 
  • branches/1.1-beta/skin/tistory/skin.html

    r2581 r2630  
    293293                                        </s_rp_guest> 
    294294                                        <p class="secretWrap"> 
    295                                             <input type="checkbox" class="checkbox" id="[##_rp_input_is_secret_##]_[##_article_rep_id_##]" name="[##_rp_input_is_secret_##]" /> 
     295                                            <input type="checkbox" class="checkbox" id="[##_rp_input_is_secret_##]_[##_article_rep_id_##]" name="[##_rp_input_is_secret_##]" value="1" /> 
    296296                                            <label for="[##_rp_input_is_secret_##]_[##_article_rep_id_##]"> 비밀글 </label> 
    297297                                        </p>