# HG changeset patch # User Michiel Broek # Date 1559759056 -7200 # Node ID 39a688b8d0692fe527d26092512860da5c67dd0b # Parent 4aad74bde00b9e7a2255e143f97a924615b45e54 Version 0.3.6. Fixed undefined variable. diff -r 4aad74bde00b -r 39a688b8d069 config.status --- 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" diff -r 4aad74bde00b -r 39a688b8d069 configure --- 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" diff -r 4aad74bde00b -r 39a688b8d069 configure.ac --- 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) diff -r 4aad74bde00b -r 39a688b8d069 www/prod_checklist.php --- 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) {