Ignore:
Timestamp:
2013/01/27 21:07:20 (11 years ago)
Author:
kim
Message:

#2060 r22372,r22381,r22382,r22386-r22390,r22397-r22400,r22407-r22411,r22416,r22417,r22420,r22421,r22423,r22425,r22426 を差し戻す。

File:
1 edited

Legend:

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

    r22416 r22433  
    102102            $time_end = microtime(true); 
    103103            $time = $time_end - $this->time_start; 
    104             $res .= t('c_Processing time: T_TIME seconds_01', array('T_TIME' => sprintf('%.3f', $time))); 
     104            $res .= t('SC_View_001', array('T_TIME' => sprintf('%.3f', $time))); 
    105105        } 
    106106        return $res; 
     
    170170            $time_end = microtime(true); 
    171171            $time = $time_end - $this->time_start; 
    172             echo t('c_Processing time: T_TIME seconds_01', array('T_TIME' => sprintf('%.3f', $time))); 
     172            echo t('SC_View_001', array('T_TIME' => sprintf('%.3f', $time))); 
    173173        } 
    174174    } 
Note: See TracChangeset for help on using the changeset viewer.