Changeset 3362 for temp/trunk


Ignore:
Timestamp:
2006/08/30 23:59:47 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/conf/conf.php

    r3230 r3362  
    158158define("CSV_SIZE", 2000);                               // CSV¥µ¥¤¥ºÀ©¸Â(KB) 
    159159define("PDF_SIZE", 5000);                               // PDF¥µ¥¤¥ºÀ©¸Â(KB):¾¦Éʾܺ٥ե¡¥¤¥ëÅù 
    160 define("LEVEL_MAX", 3);                                 // ¥«¥Æ¥´¥ê¤ÎºÇÂ糬ÁØ 
     160define("LEVEL_MAX", 5);                                 // ¥«¥Æ¥´¥ê¤ÎºÇÂ糬ÁØ 
    161161define("CATEGORY_MAX", 1000);                           // ºÇÂ祫¥Æ¥´¥êÅÐÏ¿¿ô 
    162162 
  • temp/trunk/data/lib/slib.php

    r3361 r3362  
    810810         
    811811        if($arrRet[$cnt]['level'] != LEVEL_MAX) { 
    812             $arrOutput[$cnt].= CATEGORY_HEAD; 
     812            $arrOutput[$cnt].= ">"; 
    813813        } 
    814814        $arrOutput[$cnt].= $arrRet[$cnt]['category_name']; 
Note: See TracChangeset for help on using the changeset viewer.