| 3 |
* section_list_loader |
* section_list_loader |
| 4 |
* - load and query operations of section articles |
* - load and query operations of section articles |
| 5 |
* |
* |
| 6 |
* Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> |
* Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com> |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
| 630 |
p_section->sid, p_article->aid); |
p_section->sid, p_article->aid); |
| 631 |
} |
} |
| 632 |
break; |
break; |
| 633 |
case 'Z': // Set article as trnasship |
case 'Z': // Set article as transship |
| 634 |
p_article->transship = 1; |
p_article->transship = 1; |
| 635 |
break; |
break; |
| 636 |
default: |
default: |