From 5e5899160a9c1196aa11fc9d20fee2861d8cab9d Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Thu, 19 Oct 2017 08:33:24 +0000 Subject: [PATCH] This cleans up the html a little for the last fix #10 --- Connections/database_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connections/database_functions.php b/Connections/database_functions.php index ff39577..2046344 100644 --- a/Connections/database_functions.php +++ b/Connections/database_functions.php @@ -311,7 +311,7 @@ function generate_list($querySQL,$list_value,$list_text, $form_name, $default_va if( $default_value == $row_recordset[$list_value]){ $default_delimiter = 'selected="selected"'; } else { $default_delimiter = '';} - echo '\n'; } while ($row_recordset = mysql_fetch_assoc($recordset)); $rows = mysql_num_rows($recordset);