Changeset 8782 for temp/trunk/html
- Timestamp:
- 2006/11/21 18:28:26 (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
r8781 r8782 15 15 $cnt = 0; 16 16 $arrTree = array(); 17 $arrCnt = split('/', $dir); 18 $default_rank = count($arrCnt); 17 $default_rank = count(split('/', $dir)); 19 18 20 19 sfGetFileTreeSub($dir, $default_rank, $cnt, $arrTree);
Note: See TracChangeset
for help on using the changeset viewer.
