Ignore:
Timestamp:
2013/01/28 18:12:19 (11 years ago)
Author:
m_uehara
Message:

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

File:
1 edited

Legend:

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

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