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/admin/customer/LC_Page_Admin_Customer_Edit.php

    • Property svn:executable set to *
    r20044 r20075  
    189189                        $this->tpl_mainpage = 'customer/edit_confirm.tpl'; 
    190190                        $passlen = strlen($this->arrForm['password']); 
    191                         $this->passlen = SC_Utils_Ex::lfPassLen($passlen); 
     191                        $this->passlen = SC_Utils_Ex::sfPassLen($passlen); 
    192192 
    193193                    } 
Note: See TracChangeset for help on using the changeset viewer.