Show
Ignore:
Timestamp:
06/05/07 22:04:48 (19 months ago)
Author:
inureyes
Message:

#408

  • 이미 존재하는 사용자의 경우 비밀번호를 업데이트 해버리는 버그 해결
  • 사용자 추가 후 메일을 보낸 후 리턴값 처리를 하지 않던 부분 해결
  • 함수 스키마 관련 수정
  • 셋업시 enduser 부분 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/blog/owner/plugin/index.php

    r3405 r3406  
    287287                                    <dt><?php echo _t('상태');?></dt> 
    288288                                    <dd> 
    289                                         <input type="checkbox" class="checkbox" id="activated-plugin" name="listedPluginStatus[]" value="activated" onclick="changeList()"<?php echo in_array("activated", $_POST['listedPluginStatus']) ? ' checked="checked"' : '';?> /><label for="activated-plugin"><?php echo _t('사용중인 플러그인');?></label> 
    290                                         <input type="checkbox" class="checkbox" id="deactivated-plugin" name="listedPluginStatus[]" value="deactivated" onclick="changeList()"<?php echo in_array("deactivated", $_POST['listedPluginStatus']) ? ' checked="checked"' : '';?> /><label for="deactivated-plugin"><?php echo _t('사용하지 않는 플러그인');?></label> 
     289                                        <input type="checkbox" class="checkbox" id="activated-plugin" name="listedPluginStatus[]" value="activated" onclick="changeList()"<?php echo in_array("activated", $_POST['listedPluginStatus']) ? ' checked="checked"' : '';?> /><label for="activated-plugin"><?php echo _t('사용중인 플러그인 / 모듈');?></label> 
     290                                        <input type="checkbox" class="checkbox" id="deactivated-plugin" name="listedPluginStatus[]" value="deactivated" onclick="changeList()"<?php echo in_array("deactivated", $_POST['listedPluginStatus']) ? ' checked="checked"' : '';?> /><label for="deactivated-plugin"><?php echo _t('사용하지 않는 플러그인 / 모듈');?></label> 
    291291                                    </dd> 
    292292                                </dl>