Skip to content

Commit

Permalink
fix swelling entry bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Jul 3, 2009
1 parent 003bbe0 commit 0aa7a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/forms/ros/FormROS.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ function set_joint_pain($data){
function get_swelling(){
return $this->swelling;
}
function set_swellingp($data){
function set_swelling($data){
if(!empty($data)){
$this->swelling = $data;
}
Expand Down

0 comments on commit 0aa7a5d

Please sign in to comment.