/[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.4 by sysadm, Thu Apr 10 12:23:25 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 (array $section, array $filter_param) : mixed
98                    {
99                            return null;
100                  },                  },
101                  $db_conn);                  $db_conn);
102    


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

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