Changeset 9562


Ignore:
Timestamp:
2006/11/29 23:27:30 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/contents/file_manager.php

    r9561 r9562  
    128128$objPage->tpl_javascript .= "arrTree = new Array();"; 
    129129foreach($arrTree as $arrVal) { 
    130     $objPage->tpl_javascript .= "arrTree[".$arrVal['count']."] = new Array(".$arrVal['count'].", ".$arrVal['type'].", ".$arrVal['path'].", ".$arrVal['rank'].","; 
     130    $objPage->tpl_javascript .= "arrTree[".$arrVal['count']."] = new Array(".$arrVal['count'].", '".$arrVal['type']."', '".$arrVal['path']."', ".$arrVal['rank'].","; 
    131131    if ($arrVal['open']) { 
    132132        $objPage->tpl_javascript .= "true);"; 
Note: See TracChangeset for help on using the changeset viewer.