- Timestamp:
- 2006/08/30 23:59:47 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
conf/conf.php (modified) (1 diff)
-
lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r3230 r3362 158 158 define("CSV_SIZE", 2000); // CSV¥µ¥¤¥ºÀ©¸Â(KB) 159 159 define("PDF_SIZE", 5000); // PDF¥µ¥¤¥ºÀ©¸Â(KB):¾¦Éʾܺ٥ե¡¥¤¥ëÅù 160 define("LEVEL_MAX", 3); // ¥«¥Æ¥´¥ê¤ÎºÇÂ糬ÁØ160 define("LEVEL_MAX", 5); // ¥«¥Æ¥´¥ê¤ÎºÇÂ糬ÁØ 161 161 define("CATEGORY_MAX", 1000); // ºÇÂ祫¥Æ¥´¥êÅÐÏ¿¿ô 162 162 -
temp/trunk/data/lib/slib.php
r3361 r3362 810 810 811 811 if($arrRet[$cnt]['level'] != LEVEL_MAX) { 812 $arrOutput[$cnt].= CATEGORY_HEAD;812 $arrOutput[$cnt].= ">"; 813 813 } 814 814 $arrOutput[$cnt].= $arrRet[$cnt]['category_name'];
Note: See TracChangeset
for help on using the changeset viewer.
