Ignore:
Timestamp:
2013/02/04 18:12:18 (11 years ago)
Author:
m_uehara
Message:

#2084 メッセージIDの振り直し

File:
1 edited

Legend:

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

    r22492 r22496  
    131131 
    132132            if ($find) { 
    133                 $this->html_disp_name[$index] = t('c_T_ARG1<span class=\"red\">(* Required)</span>_01', array('T_ARG1' => $this->disp_name[$index])); 
     133                $this->html_disp_name[$index] = t("c_T_ARG1<span class='red'>(* Required)</span>_01", array('T_ARG1' => $this->disp_name[$index])); 
    134134            } else { 
    135135                $this->html_disp_name[$index] = $this->disp_name[$index]; 
Note: See TracChangeset for help on using the changeset viewer.