Changeset 5895 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r5894 r5895  
    488488         
    489489        //¶õÇò¹Ô¤Î¤È¤­¤Ï¥Æ¡¼¥Ö¥ëÊѹ¹ 
    490 //      if (count($data) <= 0 ) { 
    491         if (!isset($data)) { 
     490        if (count($data) <= 0 and $data[0] == "") { 
     491//      if (!isset($data)) { 
    492492            $base_sql = ""; 
    493493            $tbl_flg = false; 
Note: See TracChangeset for help on using the changeset viewer.