Ignore:
Timestamp:
2010/11/29 01:19:09 (13 years ago)
Author:
Seasoft
Message:

#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/util/SC_Utils.php

    r19680 r19685  
    12321232    } 
    12331233 
    1234     // PHPのmktime関数をSmartyでも使えるようにする 
    1235     function sf_mktime($format, $hour=0, $minute=0, $second=0, $month=1, $day=1, $year=1999) { 
    1236         return  date($format,mktime($hour, $minute, $second, $month, $day, $year)); 
    1237     } 
    1238  
    1239     // PHPのdate関数をSmartyでも使えるようにする 
    1240     function sf_date($format, $timestamp = '') { 
    1241         return  date( $format, $timestamp); 
    1242     } 
    1243  
    12441234    // チェックボックスの型を変換する 
    12451235    function sfChangeCheckBox($data , $tpl = false){ 
Note: See TracChangeset for help on using the changeset viewer.