Ignore:
Timestamp:
2006/10/02 13:02:46 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5980 r5981  
    548548         
    549549        // ¥¿¥¤¥à¥¢¥¦¥È¤òËɤ° 
    550 //      sfFlush(); 
     550        sfFlush(); 
    551551    } 
    552552    fclose($fp); 
     
    562562    foreach($arrCsvData as $key => $val){ 
    563563        $arrData = split(",", trim($val)); 
     564         
     565        if ($arrData[2] == 0) { 
     566            $arrData[2] = 1; 
     567        } 
    564568        $objQuery->setval($arrData[0], $arrData[1], $arrData[2]); 
    565569         
Note: See TracChangeset for help on using the changeset viewer.