diff options
-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`' . |