diff options
author | RaindropsSys <contact@minteck.org> | 2023-04-19 23:43:53 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-04-19 23:43:53 +0200 |
commit | b484fc41a94e18f679f2494d598ac3d0ae72e3f8 (patch) | |
tree | 278fe9efb45d5a54aa53249c51fd6d1dd6abb3c0 /includes/components | |
parent | d279cb3eefb78ff539433d001ea19ce3a33d1576 (diff) | |
download | pluralconnect-b484fc41a94e18f679f2494d598ac3d0ae72e3f8.tar.gz pluralconnect-b484fc41a94e18f679f2494d598ac3d0ae72e3f8.tar.bz2 pluralconnect-b484fc41a94e18f679f2494d598ac3d0ae72e3f8.zip |
Updated includes/components/planner.inc (automated)
Diffstat (limited to 'includes/components')
-rw-r--r-- | includes/components/planner.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/components/planner.inc b/includes/components/planner.inc index af2f350..5ec1984 100644 --- a/includes/components/planner.inc +++ b/includes/components/planner.inc @@ -302,6 +302,7 @@ function day($display, $diff): void { if ($diff < 0) $disabled = true; else $dis <?php day(date('l', time() + 86400 * 5), 5) ?> <?php day(date('l', time() + 86400 * 6), 6) ?> <?php day(date('l', time() + 86400 * 7), 7) ?> + <?php day(date('l', time() + 86400 * 8), 8) ?> </tbody> </table> |