Ignore:
Timestamp:
2013/01/27 22:13:23 (14 years ago)
Author:
kim
Message:

#2060 メッセージIDの振り直し T_FILED等の修正
T_TAG T_LENGTH~T_ORDER_IDを置き換え

File:
1 edited

Legend:

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

    r22433 r22435  
    5454        } else { 
    5555            $tokens = array( 
    56                 'T_FROM' => $from_path, 
    57                 'T_TO' => $to_path 
     56                '%s1' => $from_path, 
     57                '%s2' => $to_path 
    5858            ); 
    5959            GC_Utils_Ex::gfDebugLog(t('SC_Image_002', $tokens)); 
Note: See TracChangeset for help on using the changeset viewer.