'notes' is in the user_sponsors table, not the users table.

This commit is contained in:
dave 2010-01-28 08:42:32 +00:00
parent cf62c55185
commit 7a2f4c0d3a

View File

@ -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'),