Ignore:
Timestamp:
2012/03/26 21:44:52 (12 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents_CsvSql.php

    r21592 r21684  
    347347    function lfGetSqlData(&$objFormParam) { 
    348348        // 編集中データがある場合 
    349         if(!SC_Utils_Ex::isBlank($objFormParam->getValue('sql_name')) 
    350                 or !SC_Utils_Ex::isBlank($objFormParam->getValue('csv_sql'))) { 
     349        if (!SC_Utils_Ex::isBlank($objFormParam->getValue('sql_name')) 
     350            || !SC_Utils_Ex::isBlank($objFormParam->getValue('csv_sql')) 
     351        ) { 
    351352            return $objFormParam->getHashArray(); 
    352353        } 
Note: See TracChangeset for help on using the changeset viewer.