/[LeafOK_CVS]/fenglin/bbs/section_list_dst.inc.php
ViewVC logotype

Diff of /fenglin/bbs/section_list_dst.inc.php

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

Revision 1.4 by sysadm, Sat Apr 12 05:04:07 2025 UTC Revision 1.5 by sysadm, Sat Apr 12 11:37:16 2025 UTC
# Line 11  Line 11 
11                  $ret = load_section_list($section_hierachy,                  $ret = load_section_list($section_hierachy,
12                          function (array $section, array $filter_param) : bool                          function (array $section, array $filter_param) : bool
13                          {                          {
14                                  return ($section["SID"] != $filter_param["sid"] && $_SESSION["BBS_priv"]->checkpriv($secion["SID"], S_POST));                                  return ($section["SID"] != $filter_param["sid"] && $_SESSION["BBS_priv"]->checkpriv($section["SID"], S_POST));
15                          },                          },
16                          function (array $section, array $filter_param) : mixed                          function (array $section, array $filter_param) : mixed
17                          {                          {


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

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