forked from science-ation/science-ation
Oops remove the second unneeded parameter
This commit is contained in:
parent
3ac1d9f92d
commit
b9c95e8719
@ -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>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user