Changeset 8752 for temp/trunk/html/test


Ignore:
Timestamp:
2006/11/21 14:49:07 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/test.php

    r8751 r8752  
    1313                if ($item != "." && $item != "..") { 
    1414                    if (is_dir("$dir/$item")) { 
     15                        $arrResult[$cnt]['file_name'] = "$dir/$item"; 
     16                        $cnt++; 
    1517                        sfGetFileTree("$dir/$item"); 
    1618                    } 
Note: See TracChangeset for help on using the changeset viewer.