Changeset 18912
- Timestamp:
- 2010/11/06 15:27:57 (12 years ago)
- Location:
- branches/camp/camp-2_5-E
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/SC_View.php
r18910 r18912 137 137 $time_end = SC_Utils_Ex::sfMicrotimeFloat(); 138 138 $time = $time_end - $this->time_start; 139 echo '処理時間: ' . sprintf('%.3f', $time) . 秒;139 echo '処理時間: ' . sprintf('%.3f', $time) . '秒'; 140 140 } 141 141 } -
branches/camp/camp-2_5-E/html/user_data/plugins/plugins.xml
r18370 r18912 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <plugins> 3 <plugin> 4 <name>レコメンド</name> 5 <path>recommend</path> 6 </plugin> 3 7 </plugins>
Note: See TracChangeset
for help on using the changeset viewer.