Send project language in award upload

This commit is contained in:
james 2010-03-31 19:31:42 +00:00
parent 4ad5ec9d68
commit 12086fc9c9

View File

@ -132,6 +132,7 @@ function get_winners($awardid)
'projectnumber'=>$project['projectnumber'],
'title'=>$project['title'],
'abstract'=>$project['summary'],
'language'=>$project['language'],
'projectcategories_id'=>$cat_id,
'projectdivisions_id'=>$div_id,
'students'=>$students );
@ -181,6 +182,7 @@ case 'award_upload':
echo i18n("Sending %1 winners to %2...", array('<b>'.$winners['award_name'].'</b>',
'<b>'.$fair['name'].'</b>'));
echo '<br />';
// echo "<pre>"; print_r($req); echo "</pre>";
$data = curl_query($fair, $req, $url);