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

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

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

Loading…
Cancel
Save