commit 3b980f392b964e4c069ea6433d0b68ba645bbb32 parent 73cb2a78cd3944713490e48749b621478ee19a97 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Tue, 18 Aug 2015 15:32:13 +0200 fix line width Diffstat:
M | uploadhistory.php | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/uploadhistory.php b/uploadhistory.php @@ -41,10 +41,10 @@ if (!isset($_POST['epsilon_int_max']) || $_POST['epsilon_int_max'] == '') { if (!isset($_POST['t_degla']) || $_POST['t_degla'] == '') { array_push($missing_fields, 'Time since deglaciation'); } -if (!isset($_POST['d18O_threshold_min']) || $_POST['d18O_threshold_min'] == '') { +if (!isset($_POST['d18O_threshold_min']) || $_POST['d18O_threshold_min'] == ''){ array_push($missing_fields, 'Min. δ<sup>18</sup>O threshold value'); } -if (!isset($_POST['d18O_threshold_max']) || $_POST['d18O_threshold_max'] == '') { +if (!isset($_POST['d18O_threshold_max']) || $_POST['d18O_threshold_max'] == ''){ array_push($missing_fields, 'Max. δ<sup>18</sup>O threshold value'); }