Skip to content

Commit

Permalink
Update include/staff/preference.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperf committed Oct 23, 2011
1 parent 71704ed commit 5fa3695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/staff/preference.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<tr>
<th><?php te('LABEL_DAYLIGHT_SAVING')?>:</th>
<td>
<input type="checkbox" name="enable_daylight_saving" <?=$config['enable_daylight_saving'] ? 'checked': ''?>><?php te('OBSERVE_DAYLIGHT_SAVINGS')?>
<input type="checkbox" name="enable_daylight_saving" <?=$config['enable_daylight_saving'] ? 'checked': ''?>><?php te('TEXT_OBSERVE_DAYLIGHT_SAVINGS')?>
</td>
</tr>
</table>
Expand Down

0 comments on commit 5fa3695

Please sign in to comment.