"fixed not saving option to show only the date (not year) of birthdays from contacts "

This commit is contained in:
Ralf Becker 2009-05-14 11:09:55 +00:00
parent 31cb95989e
commit 697b2b613c

View File

@ -54,7 +54,7 @@
<td>
<select name="newsettings[hide_birthdays]">
<option value="">{lang_Yes}</option>
<option value="date_only"{selected_hide_birthdays_date_only}>{lang_Show_only_the_date,_not_the_year}</option>
<option value="dateonly"{selected_hide_birthdays_dateonly}>{lang_Show_only_the_date,_not_the_year}</option>
<option value="yes"{selected_hide_birthdays_yes}>{lang_No}</option>
</select>
</td>