Changeset 5754


Ignore:
Timestamp:
2006/09/25 16:19:58 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5753 r5754  
    418418         
    419419        // ¥«¥é¥à¥Õ¥é¥°¤¬¤¿¤Ã¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï¥«¥é¥à¥»¥Ã¥È 
    420         if (!$col_flg and $mode != "restore_config") { 
    421             $base_sql .= " ($data) "; 
     420        if (!$col_flg) { 
     421            if ($mode != "restore_config"){ 
     422                $base_sql .= " ($data) "; 
     423            } 
    422424            $col_flg = true; 
    423425            continue; 
Note: See TracChangeset for help on using the changeset viewer.