diff --git a/nightly/core/functions/result_functions.php b/nightly/core/functions/result_functions.php index 8e873a9..deef032 100644 --- a/nightly/core/functions/result_functions.php +++ b/nightly/core/functions/result_functions.php @@ -403,7 +403,7 @@ function sortArray($data, $field) $_stmt_array['arr_values'][] = $key; $_tmp_result = execute_stmt($_stmt_array,$conn)['result']; $keyreadable[$key] = explode(': ',$_tmp_result['keyreadable'][0])[0]; - $edittype[$tablekey] = $_tmp_result['edittype'][0]; + $edittype[$tablekey] = explode('; ',$_tmp_result['edittype'][0])[0]; //for getting rid of modifiers (MULTIPLE or DERIVED) } $table_results .= '