www/includes/db_recipes.php

changeset 726
872a3635e4ef
parent 711
0a1be3bfcc60
child 777
daf55c944fb0
equal deleted inserted replaced
725:30346e5b9e12 726:872a3635e4ef
290 $yeast .= ',"y_harvest_top":' . $item['y_harvest_top']; 290 $yeast .= ',"y_harvest_top":' . $item['y_harvest_top'];
291 $yeast .= ',"y_harvest_time":' . $item['y_harvest_time']; 291 $yeast .= ',"y_harvest_time":' . $item['y_harvest_time'];
292 $yeast .= ',"y_pitch_temperature":' . $item['y_pitch_temperature']; 292 $yeast .= ',"y_pitch_temperature":' . $item['y_pitch_temperature'];
293 $yeast .= ',"y_pofpos":' . $item['y_pofpos']; 293 $yeast .= ',"y_pofpos":' . $item['y_pofpos'];
294 $yeast .= ',"y_zymocide":' . $item['y_zymocide']; 294 $yeast .= ',"y_zymocide":' . $item['y_zymocide'];
295 $yeast .= ',"y_gr_hl_lo":' . $item['y_gr_hl_lo'];
296 $yeast .= ',"y_sg_lo":' . $item['y_sg_lo'];
297 $yeast .= ',"y_gr_hl_hi":' . $item['y_gr_hl_hi'];
298 $yeast .= ',"y_sg_hi":' . $item['y_sg_hi'];
295 $yeast .= ',"y_cost":' . $item['y_cost'] . '}'; 299 $yeast .= ',"y_cost":' . $item['y_cost'] . '}';
296 //syslog(LOG_NOTICE, $yeast); 300 //syslog(LOG_NOTICE, $yeast);
297 $yeasts .= $yeast; 301 $yeasts .= $yeast;
298 } 302 }
299 } 303 }

mercurial