Ignore:
Timestamp:
2006/09/23 17:33:57 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5478 r5479  
    9797        $arrData = $objQuery->getAll("SELECT * FROM $val"); 
    9898 
    99         // CSV¥Ç¡¼¥¿À¸À®         
     99        // CSV¥Ç¡¼¥¿À¸À® 
     100        if (count($arrData) > 0) { 
     101             
     102        }    
    100103        $csv_data .= $val . "\n"; 
    101104         
Note: See TracChangeset for help on using the changeset viewer.