Ignore:
Timestamp:
2006/09/26 14:57:29 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5885 r5886  
    485485    $fp = fopen($csv, "r"); 
    486486    while ($data = fgetcsv($fp, 1000000)) { 
    487 //  foreach($arrCsvData as $key => $val){ 
    488         sfprintr($data); 
    489487        //¶õÇò¹Ô¤Î¤È¤­¤Ï¥Æ¡¼¥Ö¥ëÊѹ¹ 
    490         if (count($data) <= 0 == "") { 
     488        if (count($data) <= 0 ) { 
    491489            $base_sql = ""; 
    492490            $tbl_flg = false; 
Note: See TracChangeset for help on using the changeset viewer.