--- fenglin/bbs/section_setting.php 2025/04/23 05:13:56 1.9 +++ fenglin/bbs/section_setting.php 2025/04/29 11:55:32 1.11 @@ -120,7 +120,7 @@ )); } mysqli_free_result($rs); - + // Load section list $ret = load_section_list($result_set["data"]["section_hierachy"], function (array $section, array $filter_param) : bool @@ -151,4 +151,3 @@ exit(json_encode($result_set)); // Output data in Json } include $theme_view_file; -?>