diff -r 0a1be3bfcc60 -r 65da479b5542 www/includes/db_inventory_hops.php --- a/www/includes/db_inventory_hops.php Fri Aug 21 10:55:36 2020 +0200 +++ b/www/includes/db_inventory_hops.php Mon Aug 24 10:28:29 2020 +0200 @@ -51,7 +51,7 @@ if (isset($_POST['update'])) { $sql .= "' WHERE record='" . $_POST['record'] . "';"; } - syslog(LOG_NOTICE, $sql); + //syslog(LOG_NOTICE, $sql); $result = mysqli_query($connect, $sql); if (! $result) {