Changeset 5577 for temp/trunk
- Timestamp:
- 2006/09/24 18:00:47 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/Smarty/templates/admin/system/bkup.tpl (modified) (previous)
-
data/class/SC_View.php (modified) (1 diff)
-
html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r5288 r5577 35 35 $this->_smarty->register_function("sf_date","sf_date"); 36 36 $this->_smarty->register_function("str_replace","str_replace"); 37 37 38 38 39 if(ADMIN_MODE == '1') { -
temp/trunk/html/admin/system/bkup.php
r5575 r5577 70 70 // ¥Ð¥Ã¥¯¥¢¥Ã¥×¥ê¥¹¥È¤ò¼èÆÀ¤¹¤ë 71 71 $arrBkupList = lfGetBkupData("ORDER BY create_date DESC"); 72 $arrBkupList['create_date'] = substr($arrBkupList['create_date'],1,19); 72 73 sfprintr($arrBkupList); 73 74
Note: See TracChangeset
for help on using the changeset viewer.
