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/util/SC_Utils.php

    • Property svn:executable set to *
    r20074 r20075  
    261261     * @return string アスタリスクへ変換した文字列 
    262262     */ 
    263     function lfPassLen($passlen){ 
     263    function sfPassLen($passlen){ 
    264264        $ret = ""; 
    265265        for ($i=0;$i<$passlen;true){ 
Note: See TracChangeset for help on using the changeset viewer.