Ignore:
Timestamp:
2011/02/03 18:37:07 (13 years ago)
Author:
kimoto
Message:

lfPassLenという関数がSC_Utilsにあったので命名規則にあわせて修正 #700

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry.php

    • Property svn:executable set to *
    r20073 r20075  
    131131            if(empty($this->arrErr)) { 
    132132                //パスワード表示 
    133                 $this->passlen      = SC_Utils_Ex::lfPassLen(strlen($this->arrForm['password'])); 
     133                $this->passlen      = SC_Utils_Ex::sfPassLen(strlen($this->arrForm['password'])); 
    134134 
    135135                $this->tpl_mainpage = 'entry/confirm.tpl'; 
Note: See TracChangeset for help on using the changeset viewer.