Changeset 8781 for temp/trunk/html
- Timestamp:
- 2006/11/21 18:27:36 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/test.php
r8780 r8781 15 15 $cnt = 0; 16 16 $arrTree = array(); 17 $default_rank = count(split('/', $dir)); 17 $arrCnt = split('/', $dir); 18 $default_rank = count($arrCnt); 18 19 19 20 sfGetFileTreeSub($dir, $default_rank, $cnt, $arrTree);
Note: See TracChangeset
for help on using the changeset viewer.
