forked from science-ation/science-ation
Send project language in award upload
This commit is contained in:
parent
4ad5ec9d68
commit
12086fc9c9
@ -132,6 +132,7 @@ function get_winners($awardid)
|
|||||||
'projectnumber'=>$project['projectnumber'],
|
'projectnumber'=>$project['projectnumber'],
|
||||||
'title'=>$project['title'],
|
'title'=>$project['title'],
|
||||||
'abstract'=>$project['summary'],
|
'abstract'=>$project['summary'],
|
||||||
|
'language'=>$project['language'],
|
||||||
'projectcategories_id'=>$cat_id,
|
'projectcategories_id'=>$cat_id,
|
||||||
'projectdivisions_id'=>$div_id,
|
'projectdivisions_id'=>$div_id,
|
||||||
'students'=>$students );
|
'students'=>$students );
|
||||||
@ -181,6 +182,7 @@ case 'award_upload':
|
|||||||
echo i18n("Sending %1 winners to %2...", array('<b>'.$winners['award_name'].'</b>',
|
echo i18n("Sending %1 winners to %2...", array('<b>'.$winners['award_name'].'</b>',
|
||||||
'<b>'.$fair['name'].'</b>'));
|
'<b>'.$fair['name'].'</b>'));
|
||||||
echo '<br />';
|
echo '<br />';
|
||||||
|
// echo "<pre>"; print_r($req); echo "</pre>";
|
||||||
|
|
||||||
$data = curl_query($fair, $req, $url);
|
$data = curl_query($fair, $req, $url);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user