Skip to content

Commit

Permalink
fixed bug 2994242 (quoted column name "range" which is a new reserved…
Browse files Browse the repository at this point in the history
… word)
  • Loading branch information
sunsetsystems committed Jul 27, 2010
1 parent a9aa645 commit dbba06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/orders/types_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function proc_type_changed() {
"laterality = " . invalue('form_laterality') . ", " .
"description = " . invalue('form_description') . ", " .
"units = " . invalue('form_units') . ", " .
"range = " . invalue('form_range') . ", " .
"`range` = " . invalue('form_range') . ", " .
"standard_code = " . invalue('form_standard_code') . ", " .
"related_code = " . invalue('form_related_code') . ", " .
"seq = " . invalue('form_seq');
Expand Down

0 comments on commit dbba06b

Please sign in to comment.