diff -r 37cae59e4d8d -r 00e110567fee www/rec_toproduct.php --- a/www/rec_toproduct.php Thu Oct 17 20:46:48 2019 +0200 +++ b/www/rec_toproduct.php Fri Oct 18 13:06:12 2019 +0200 @@ -137,7 +137,7 @@ $sql .= "', wa_acid_name='" . $row['wa_acid_name']; $sql .= "', wa_acid_perc='" . $row['wa_acid_perc']; $sql .= "', wa_base_name='" . $row['wa_base_name']; -$sql .= "', starter_enable='0', starter_type='0', starter_sg='1.040', starter_viability='97"; +$sql .= "', starter_enable='0', starter_type='0', starter_sg='1.037', starter_viability='97"; $sql .= "', prop1_type='0', prop1_volume='0', prop2_type='0', prop2_volume='0"; $sql .= "', prop3_type='0', prop3_volume='0', prop4_type='0', prop4_volume='0"; $sql .= "', json_fermentables='" . str_replace($rescapers,$rreplacements,$row['json_fermentables']);