pull/1/head
root 18 years ago
parent 50dd88ca33
commit fc3079e6ea

@ -64,7 +64,7 @@
echo "<option value='$i'";
if($_SESSION['signup']['month'] == $i)
echo " selected";
echo ">".ucwords(recode("utf-8..html", strftime("%B", mktime(0,0,0,$i,1,date("Y")))))." ($i)</option>\n";
echo ">".ucwords(strftime("%B", mktime(0,0,0,$i,1,date("Y"))))." ($i)</option>\n";
}
?>
</select>

Loading…
Cancel
Save