Oops remove the second unneeded parameter

This commit is contained in:
james 2011-02-23 23:06:20 +00:00
parent 3ac1d9f92d
commit b9c95e8719

View File

@ -69,7 +69,7 @@ if($_GET['conferences_id'] && $_GET['type']) {
$ok = false; $ok = false;
} }
}else{ }else{
echo "<h2>".i18n("%1 ".$type." Award Winners",array($conferenceInfo['name'],$type))."</h2>"; echo "<h2>".i18n("%1 ".$type." Award Winners",array($conferenceInfo['name']))."</h2>";
} }