죄와벌 이율배반
수정이력 분류

2014년 05월 26일 수정사항

작성자 정보

  • 산적이얌 작성
  • 작성일

컨텐츠 정보

본문

#93 은행 송금 금액 상한액 조정

  - 기존 대표진 7자리에서 8자리, 일반 6자리에서 7자리로 변경

if ($sogo == 9 || $sogo == 10 || $sogo == 11) {
&nbsp;$log .= qq|<br>보낼 금액<input type="text" $button1 name="suryo" value="" maxlength="7" size="9" style="width:80;"><br>n|;&nbsp; # 송금
&nbsp;}else{
&nbsp;$log .= qq|<br>보낼 금액<input type="text" $button1 name="suryo" value="" maxlength="6" size="9" style="width:80;"><br>n|;&nbsp; # 송금
&nbsp;}

 

위를 아래와 같이 변경

 

if ($sogo == 9 || $sogo == 10 || $sogo == 11) {
&nbsp;$log .= qq|<br>보낼 금액<input type="text" $button1 name="suryo" value="" maxlength="8" size="9" style="width:80;"><br>n|;&nbsp; # 송금
&nbsp;}else{
&nbsp;$log .= qq|<br>보낼 금액<input type="text" $button1 name="suryo" value="" maxlength="7" size="9" style="width:80;"><br>n|;&nbsp; # 송금
&nbsp;}

 

#94 내정칭호를 위한 사전작업중...

 

 

관련자료

댓글 0
등록된 댓글이 없습니다.

최근글


  • 글이 없습니다.

새댓글


  • 댓글이 없습니다.
알림 0