Changeset 8766 for temp


Ignore:
Timestamp:
2006/11/21 17:22:18 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

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

    r8765 r8766  
    4343                         
    4444                        // javascript¤Î¥Ä¥ê¡¼À¸À®ÍѤÎÇÛÎó¤òºîÀ® 
    45                         $arrTree[] = array($cnt, $file_type, $path, $rank); 
     45                        $arrTree[$cnt] = array($cnt, $file_type, $path, $rank); 
    4646                        // ²¼Áإǥ£¥ì¥¯¥È¥ê¼èÆÀ¤Î°Ù¡¢ºÆµ¢Åª¤Ë¸Æ¤Ó½Ð¤¹ 
    4747                        sfGetFileTree($path); 
     48                        $cnt++; 
    4849                    } 
    4950                } 
    50                 $cnt++; 
    5151            } 
    5252        } 
Note: See TracChangeset for help on using the changeset viewer.