Skip to content

Commit

Permalink
fixed converted visit form names
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Nov 13, 2009
1 parent 0261e93 commit e5f93bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ippf_upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function do_visit_form($irow, $encounter, $first) {
}

if ($newid && !$debug) {
addForm($encounter, $irow['title'], $newid, 'LBFgcac', $pid, 1);
addForm($encounter, 'IPPF GCAC', $newid, 'LBFgcac', $pid, 1);
++$insert_count;
}

Expand Down

0 comments on commit e5f93bd

Please sign in to comment.