/[LeafOK_CVS]/fenglin/bbs/section_setting.php
ViewVC logotype

Diff of /fenglin/bbs/section_setting.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.5 by sysadm, Thu Apr 10 13:38:44 2025 UTC Revision 1.6 by sysadm, Sat Apr 12 06:52:54 2025 UTC
# Line 90  Line 90 
90    
91          // Load section list          // Load section list
92          $ret = load_section_list($result_set["data"]["section_hierachy"],          $ret = load_section_list($result_set["data"]["section_hierachy"],
93                  function (int $sid) : bool                  function (array $section, array $filter_param) : bool
94                  {                  {
95                          return $_SESSION["BBS_priv"]->checkpriv($sid, S_POST | S_MAN_S);                          return $_SESSION["BBS_priv"]->checkpriv($section["SID"], S_POST | S_MAN_S);
96                  },                  },
97                  function (int $sid) : mixed                  function (array $section, array $filter_param) : mixed
98                  {                  {
99                          return null;                          return null;
100                  },                  },


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1