From 0bcca76a16f00ba842bfc3400dc6ba1d507f59cd Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Sat, 22 Oct 2005 19:22:07 +0000 Subject: [PATCH] fixed typo --- contrib/forms/soccer_injury/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/forms/soccer_injury/report.php b/contrib/forms/soccer_injury/report.php index c08feeab3..5440f2f50 100644 --- a/contrib/forms/soccer_injury/report.php +++ b/contrib/forms/soccer_injury/report.php @@ -149,7 +149,7 @@ function soccer_injury_report($pid, $encounter, $cols, $id) { si_report_item("Occurred" , substr($row['occdate'], 0, 10) . " " . substr($row['siinjtime'], 0, 5)); si_report_item("During" , $arr_gameplay[$row['sigametime']]); - si_report_item("Mechanism", $arr_gameplay[$row['simechanism']] . ' ' . $row['simech_other']); + si_report_item("Mechanism", $arr_activity[$row['simechanism']] . ' ' . $row['simech_other']); si_report_item("Surface" , $arr_surface[$row['sisurface']]); si_report_item("Position" , $arr_position[$row['siposition']]); si_report_item("Footwear" , $arr_footwear[$row['sifootwear']]); -- 2.11.4.GIT