Re-order list for consistency

This commit is contained in:
moodler 2003-05-13 16:37:34 +00:00
parent 72a2547d05
commit e9d3eca323

View File

@ -103,8 +103,8 @@
echo "<tr valign=top>"; echo "<tr valign=top>";
echo "<td align=right><p>".get_string("registrationemail")."</a>:</td>"; echo "<td align=right><p>".get_string("registrationemail")."</a>:</td>";
echo "<td><p>"; echo "<td><p>";
$options[1] = get_string("registrationyes");
$options[0] = get_string("registrationno"); $options[0] = get_string("registrationno");
$options[1] = get_string("registrationyes");
choose_from_menu ($options, "mailme", "1", "", "", ""); choose_from_menu ($options, "mailme", "1", "", "", "");
unset($options); unset($options);
echo "</td>"; echo "</td>";