Changeset 5577 for temp/trunk


Ignore:
Timestamp:
2006/09/24 18:00:47 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_View.php

    r5288 r5577  
    3535        $this->_smarty->register_function("sf_date","sf_date"); 
    3636        $this->_smarty->register_function("str_replace","str_replace"); 
     37         
    3738 
    3839        if(ADMIN_MODE == '1') {      
  • temp/trunk/html/admin/system/bkup.php

    r5575 r5577  
    7070// ¥Ð¥Ã¥¯¥¢¥Ã¥×¥ê¥¹¥È¤ò¼èÆÀ¤¹¤ë 
    7171$arrBkupList = lfGetBkupData("ORDER BY create_date DESC"); 
     72$arrBkupList['create_date'] = substr($arrBkupList['create_date'],1,19); 
    7273sfprintr($arrBkupList); 
    7374 
Note: See TracChangeset for help on using the changeset viewer.