Ignore:
Timestamp:
2014/06/03 15:58:18 (12 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_Bloc.php

    r23124 r23513  
    133133            $arrValues['create_date'] = 'CURRENT_TIMESTAMP'; 
    134134            $objQuery->insert($table, $arrValues); 
    135         } 
    136135        // 更新 
    137         else { 
     136        } else { 
    138137            $objQuery->update($table, $arrValues, 'bloc_id = ? AND device_type_id = ?', 
    139138                              array($arrValues['bloc_id'], $arrValues['device_type_id'])); 
Note: See TracChangeset for help on using the changeset viewer.