Changeset 8719 for temp/trunk
- Timestamp:
- 2006/11/21 11:11:44 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/file_view.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/file_view.php
r8718 r8719 17 17 18 18 $arrResult = split('/', $_GET['file']); 19 $ext = $arrResult[count($arrResult) ];19 $ext = $arrResult[count($arrResult)-1]; 20 20 21 21 sfprintr($ext);
Note: See TracChangeset
for help on using the changeset viewer.
