From 7a2f4c0d3af95e23612847765eb6a8f8cc733a0b Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 28 Jan 2010 08:42:32 +0000 Subject: [PATCH] 'notes' is in the user_sponsors table, not the users table. --- admin/reports_awards.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/reports_awards.inc.php b/admin/reports_awards.inc.php index 1a262228..2ba6593a 100644 --- a/admin/reports_awards.inc.php +++ b/admin/reports_awards.inc.php @@ -186,7 +186,7 @@ $report_awards_fields = array( 'name' => 'Primary Contact -- Notes', 'header' => 'Contact Notes', 'width' => 3, - 'table' => 'PRIMARYCONTACTUSER.notes' ), + 'table' => 'PRIMARYCONTACT.notes' ), 'judgeteamname' => array( 'components' => array('judgingteam'),