From a5b183fd88ad43bbd3ebeb89a144d4a9908699b7 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 11 Apr 2013 17:12:29 +0000 Subject: [PATCH] Change a variable name. --- app/schemas/schema_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/schemas/schema_edit.php b/app/schemas/schema_edit.php index a7e600a565..32207658cc 100644 --- a/app/schemas/schema_edit.php +++ b/app/schemas/schema_edit.php @@ -218,8 +218,8 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " Category:\n"; echo "\n"; echo "\n"; - $schema_name = 'v_schemas';$field_name = 'schema_category';$sql_where_optional = "";$field_current_value = $schema_category; - echo html_select_other($db, $schema_name, $field_name, $sql_where_optional, $field_current_value); + $select_name = 'v_schemas';$field_name = 'schema_category';$sql_where_optional = "";$field_current_value = $schema_category; + echo html_select_other($db, $select_name, $field_name, $sql_where_optional, $field_current_value); echo "Select the category.\n"; echo "\n"; echo "\n";