forked from extern/egroupware
Fixed month view preference not working
This commit is contained in:
parent
10b42e8f4e
commit
cf62e29075
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user