Fixed month view preference not working

This commit is contained in:
jengo 2000-12-08 05:40:51 +00:00
parent 10b42e8f4e
commit cf62e29075

View File

@ -116,7 +116,7 @@
}
?>
<option value="year.php"<?php echo $selected["year.php"] . ">" . lang("Yearly"); ?></option>
<option value="month.php"<?php echo $selected["month.php"] . ">" . lang("Monthly"); ?></option>
<option value="index.php"<?php echo $selected["index.php"] . ">" . lang("Monthly"); ?></option>
<option value="week.php"<?php echo $selected["week.php"] . ">" . lang("Weekly"); ?></option>
<option value="day.php"<?php echo $selected["day.php"] . ">" . lang("Daily"); ?></option>
</select>