diff options
author | Erich Eckner <git@eckner.net> | 2024-01-09 20:44:25 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-01-09 20:44:25 +0100 |
commit | 7b79ed1ac2886672e9394de294d38ed8d6c19e2e (patch) | |
tree | f65dd12cc4e2e65ceaa8264a517292c7274a2429 /computer-time-limit.php | |
parent | f7abb0843f00ee666ea54f4a6fa48164d09b9f54 (diff) | |
download | computer-time-limit-7b79ed1ac2886672e9394de294d38ed8d6c19e2e.tar.xz |
fix indentation
Diffstat (limited to 'computer-time-limit.php')
-rw-r--r-- | computer-time-limit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/computer-time-limit.php b/computer-time-limit.php index 6f29bad..a00a9b1 100644 --- a/computer-time-limit.php +++ b/computer-time-limit.php @@ -62,7 +62,7 @@ if (array_key_exists('msg', $_POST) && array_key_exists('sig', $_POST)) { ;; } if ($noch == 0) { - $aktiv = 0; + $aktiv = 0; } $db -> exec( 'UPDATE `computer_time`' . |