www/includes/db_inventory_hops.php

changeset 712
65da479b5542
parent 514
3c680d1dea35
child 715
8fb922c00a2d
--- 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) {

mercurial