Version 0.3.6. Fixed undefined variable.

Wed, 05 Jun 2019 20:24:16 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 05 Jun 2019 20:24:16 +0200
changeset 404
39a688b8d069
parent 401
4aad74bde00b
child 405
ef3f0274a1ea

Version 0.3.6. Fixed undefined variable.

config.status file | annotate | diff | comparison | revisions
configure file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
www/prod_checklist.php file | annotate | diff | comparison | revisions
--- a/config.status	Wed Jun 05 16:52:14 2019 +0200
+++ b/config.status	Wed Jun 05 20:24:16 2019 +0200
@@ -621,7 +621,7 @@
 S["CC"]="gcc"
 S["CYEARS"]="2016-2019"
 S["COPYRIGHT"]="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved"
-S["VERSION"]="0.3.5"
+S["VERSION"]="0.3.6"
 S["PACKAGE"]="bms"
 S["SUBDIRS"]="bmsd doc script tools www"
 S["target_alias"]=""
@@ -710,7 +710,7 @@
 D["PACKAGE_STRING"]=" \"\""
 D["PACKAGE_BUGREPORT"]=" \"\""
 D["PACKAGE_URL"]=" \"\""
-D["VERSION"]=" \"0.3.5\""
+D["VERSION"]=" \"0.3.6\""
 D["COPYRIGHT"]=" \"Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved\""
 D["STDC_HEADERS"]=" 1"
 D["HAVE_SYS_TYPES_H"]=" 1"
--- a/configure	Wed Jun 05 16:52:14 2019 +0200
+++ b/configure	Wed Jun 05 20:24:16 2019 +0200
@@ -2043,7 +2043,7 @@
 
 
 PACKAGE="bms"
-VERSION="0.3.5"
+VERSION="0.3.6"
 COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved"
 CYEARS="2016-2019"
 
--- a/configure.ac	Wed Jun 05 16:52:14 2019 +0200
+++ b/configure.ac	Wed Jun 05 20:24:16 2019 +0200
@@ -8,7 +8,7 @@
 dnl General settings
 dnl After changeing the version number, run autoconf!
 PACKAGE="bms"
-VERSION="0.3.5"
+VERSION="0.3.6"
 COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved"
 CYEARS="2016-2019"
 AC_SUBST(PACKAGE)
--- a/www/prod_checklist.php	Wed Jun 05 16:52:14 2019 +0200
+++ b/www/prod_checklist.php	Wed Jun 05 20:24:16 2019 +0200
@@ -312,11 +312,11 @@
 		}
 		$this->Checkline('gistvat ontsmetten en evt. pomp en slangen ontsmetten');
 		$this->Checkline('wort naar gistvat overbrengen');
-		if ($this->GetY() > (300 - (5 * $lines)))
+
+		if ($this->GetY() > 240)
 			$this->AddPage();
 		else
 			$this->Ln(5);
-
 		$this->Checkheader('Gist enten');
 		$dry = 0;
 		foreach ($yeasts as $item) {

mercurial