Ignore:
Timestamp:
2011/02/04 22:10:47 (13 years ago)
Author:
yomoro
Message:

#977 リファクタリング分

File:
1 edited

Legend:

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

    r19987 r20098  
    8181    } 
    8282 
    83     // ファイル名の形式をチェック 
     83    /** 
     84     * ファイル名の形式をチェック. 
     85     * 
     86     * @return boolean 正常な形式:true 不正な形式:false 
     87     */ 
    8488    function lfCheckFileName() { 
    8589        //$pattern = '|^[0-9]+_[0-9a-z]+\.[a-z]{3}$|'; 
Note: See TracChangeset for help on using the changeset viewer.