forked from science-ation/science-ation
Properly handle the yes/no config variable for showing registration cost brekadown on the summary page
This commit is contained in:
parent
8830c1be99
commit
40e305b83a
@ -308,7 +308,8 @@ echo "<table><tr><td>";
|
||||
echo "<td><font size=-1>".i18n($extra)."</font></td>";
|
||||
echo "</tr>";
|
||||
}
|
||||
if($config['regfee_show_info']) {
|
||||
if($config['regfee_show_info'] == 'yes')
|
||||
{
|
||||
echo "<h3>".i18n("Registration Fee Information")."</h3>";
|
||||
|
||||
$regfee = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user