diff --git a/admin/reports_acscript.php b/admin/reports_acscript.php index 5ba6ef7..81454ea 100644 --- a/admin/reports_acscript.php +++ b/admin/reports_acscript.php @@ -25,6 +25,7 @@ $q=mysql_query("SELECT award_awards.id, award_awards.name, + award_awards.presenter, award_awards.order AS awards_order, award_types.type FROM @@ -44,6 +45,8 @@ while($r=mysql_fetch_object($q)) { $rep->heading("$r->name ($r->type)"); + if($r->presenter) + $rep->addText(i18n("Presented by: %1",array($r->presenter))); $pq=mysql_query("SELECT award_prizes.prize,