Index: /temp/trunk/html/admin/system/bkup.php
===================================================================
--- /temp/trunk/html/admin/system/bkup.php	(revision 5575)
+++ /temp/trunk/html/admin/system/bkup.php	(revision 5577)
@@ -70,4 +70,5 @@
 // ¥Ð¥Ã¥¯¥¢¥Ã¥×¥ê¥¹¥È¤ò¼èÆÀ¤¹¤ë
 $arrBkupList = lfGetBkupData("ORDER BY create_date DESC");
+$arrBkupList['create_date'] = substr($arrBkupList['create_date'],1,19);
 sfprintr($arrBkupList);
 
Index: /temp/trunk/data/class/SC_View.php
===================================================================
--- /temp/trunk/data/class/SC_View.php	(revision 5288)
+++ /temp/trunk/data/class/SC_View.php	(revision 5577)
@@ -35,4 +35,5 @@
 		$this->_smarty->register_function("sf_date","sf_date");
 		$this->_smarty->register_function("str_replace","str_replace");
+		
 
 		if(ADMIN_MODE == '1') {		
