Ignore:
Timestamp:
2010/11/06 15:27:57 (16 years ago)
Author:
miningbrownie
Message:
 
Location:
branches/camp/camp-2_5-E/data/class
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_View.php

    r18910 r18912  
    137137            $time_end = SC_Utils_Ex::sfMicrotimeFloat(); 
    138138            $time = $time_end - $this->time_start; 
    139             echo '処理時間: ' . sprintf('%.3f', $time) . ; 
     139            echo '処理時間: ' . sprintf('%.3f', $time) . '秒'; 
    140140        } 
    141141    } 
Note: See TracChangeset for help on using the changeset viewer.