Changeset 3371 for temp/trunk


Ignore:
Timestamp:
2006/08/31 00:08:32 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r3368 r3371  
    772772        $name = $arrRet[$cnt]['category_name']; 
    773773        $arrList[$id] = ""; 
     774        /* 
    774775        for($n = 1; $n < $arrRet[$cnt]['level']; $n++) { 
    775776            $arrList[$id].= "¡¡"; 
    776777        } 
     778        */ 
    777779        for($cat_cnt = 0; $cat_cnt < $arrRet[$cnt]['level']; $cat_cnt++) { 
    778             $arrOutput[$cnt].= CATEGORY_HEAD; 
     780            $arrList[$id].= CATEGORY_HEAD; 
    779781        } 
    780782        $arrList[$id].= $name; 
Note: See TracChangeset for help on using the changeset viewer.