Ignore:
Timestamp:
2011/03/07 15:23:39 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/system/LC_Page_Admin_System_Editdb.php

    r20534 r20538  
    202202            $idx_name = $table . "_" . $arrIndex["column_name"] . "_key"; 
    203203            if(array_search($idx_name, $arrIndexes) === false) { 
    204                 $arrIndexList[$key]["indexflag"] = ''; 
     204                $arrIndexList[$key]['indexflag'] = ''; 
    205205            } else { 
    206                 $arrIndexList[$key]["indexflag"] = '1'; 
     206                $arrIndexList[$key]['indexflag'] = '1'; 
    207207            } 
    208208        } 
Note: See TracChangeset for help on using the changeset viewer.