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

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

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

Revision 1.5 by sysadm, Sun Apr 13 10:57:24 2025 UTC Revision 1.7 by sysadm, Tue Apr 29 11:55:32 2025 UTC
# Line 1  Line 1 
1  <?  <?php
2  function load_section_list(array & $result, callable $filter, callable $udf_value_gen, mysqli $db_conn, array $filter_param = array()) : bool  function load_section_list(array & $result, callable $filter, callable $udf_value_gen, mysqli $db_conn, array $filter_param = array()) : bool
3  {  {
4          $sql = "SELECT SID, section_config.CID, section_config.title AS s_title, section_config.comment,          $sql = "SELECT SID, section_config.CID, section_config.title AS s_title, section_config.comment,
# Line 59  function load_section_list(array & $resu Line 59  function load_section_list(array & $resu
59    
60      return true;      return true;
61  }  }
 ?>  


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

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