Parent Directory
|
Revision Log
|
Patch
| Revision 1.5 by sysadm, Sun Apr 13 10:57:24 2025 UTC | Revision 1.6 by sysadm, Wed Apr 23 05:13:56 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, |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |