Changeset 5917 for temp/trunk


Ignore:
Timestamp:
2006/09/26 19:53:32 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/bkup.php

    r5916 r5917  
    55 * http://www.lockon.co.jp/ 
    66 */ 
    7   
    87require_once("../require.php"); 
    98require_once("../../../data/module/Tar.php"); 
     
    9594// ¥Ð¥Ã¥¯¥¢¥Ã¥×¥ê¥¹¥È¤ò¼èÆÀ¤¹¤ë 
    9695$arrBkupList = lfGetBkupData("ORDER BY create_date DESC"); 
    97  
    9896// ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤ËÅϤ¹¥Ç¡¼¥¿¤ò¥»¥Ã¥È 
    9997$objPage->arrErr = $arrErr; 
    10098$objPage->arrForm = $arrForm; 
    10199$objPage->arrBkupList = $arrBkupList; 
     100 
     101sfprintr($objPage); 
    102102 
    103103$objView->assignobj($objPage);      //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë 
Note: See TracChangeset for help on using the changeset viewer.