Fixed log message about not reducing tapwater.

Sun, 31 Oct 2021 11:45:33 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 31 Oct 2021 11:45:33 +0100
changeset 781
4bb28e67f2b7
parent 780
69545bdc2890
child 782
622e31e000c6

Fixed log message about not reducing tapwater.

README.design file | annotate | diff | comparison | revisions
www/includes/db_product.php file | annotate | diff | comparison | revisions
--- a/README.design	Tue Oct 19 09:08:31 2021 +0200
+++ b/README.design	Sun Oct 31 11:45:33 2021 +0100
@@ -12,8 +12,6 @@
   van de vergisting. Gaat vooral fout met de Saison.
   NOOT: experimentele wijziging is toegevoegd op 5-dec-2019. New Cubic van seanterrill.
 
-  Alle gisten checken op POF+ vlag. WLP staat op de website per gist. Alle overige niet.
-
 
 Extra:
 
--- a/www/includes/db_product.php	Tue Oct 19 09:08:31 2021 +0200
+++ b/www/includes/db_product.php	Sun Oct 31 11:45:33 2021 +0100
@@ -1270,8 +1270,6 @@
                 $ar = mysqli_affected_rows($connect);
                 if ($ar == 1) {
                     syslog(LOG_NOTICE, "Reduced water `".$_POST['w1_name']."' to 0 liters");
-                } else {
-                    syslog(LOG_NOTICE, "Reduce water `".$_POST['w1_name']."' not reduced is maybe tapwater");
                 }
             }
         }

mercurial