| 412 |
?> |
?> |
| 413 |
<p> |
<p> |
| 414 |
<?= ($section_master["major"] ? "正版主" : "副版主"); ?> |
<?= ($section_master["major"] ? "正版主" : "副版主"); ?> |
| 415 |
<a class="s3" href="show_profile.php?uid=<?= $section_master['uid']; ?>" target=_blank><?= $section_master["username"]; ?></a> |
<a class="s3" href="view_user.php?uid=<?= $section_master['uid']; ?>" target=_blank><?= $section_master["username"]; ?></a> |
| 416 |
<?= (new DateTimeImmutable($section_master["begin_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?>--<?= (new DateTimeImmutable($section_master["end_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?> |
<?= (new DateTimeImmutable($section_master["begin_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?>--<?= (new DateTimeImmutable($section_master["end_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?> |
| 417 |
<?php |
<?php |
| 418 |
if ($_SESSION["BBS_priv"]->checkpriv($sid, S_ADMIN) || $section_master["major"] == 0) |
if ($_SESSION["BBS_priv"]->checkpriv($sid, S_ADMIN) || $section_master["major"] == 0) |