Ignore:
Timestamp:
2012/09/13 21:39:00 (12 years ago)
Author:
pineray
Message:

#1890 コード中のメッセージを集約

class 直下のファイル内の文字列を差し替え.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/SC_SelectSql.php

    r21926 r22031  
    152152        if ($arr) { 
    153153            foreach ($arr as $data) { 
    154                 if ($data != '不明') { 
     154                if ($data != SC_I18n_Ex::t('SC_SELECTSQL_UNKNOWN')) { 
    155155                    $item .= " OR {$ItemStr} = ?"; 
    156156                    $return[] = $data; 
Note: See TracChangeset for help on using the changeset viewer.