mirror of
https://github.com/friendica/friendica
synced 2024-12-23 10:00:20 +00:00
datetime.php: cleanup - delete some dots which shouldn't be there
This commit is contained in:
parent
4896517385
commit
e267630c54
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ function select_timezone($current = 'America/Los_Angeles') {
|
||||||
*
|
*
|
||||||
* Return a select using 'field_select_raw' template, with timezones
|
* Return a select using 'field_select_raw' template, with timezones
|
||||||
* groupped (primarily) by continent
|
* groupped (primarily) by continent
|
||||||
.* arguments follow convetion as other field_* template array:
|
* arguments follow convetion as other field_* template array:
|
||||||
.* 'name', 'label', $value, 'help'
|
* 'name', 'label', $value, 'help'
|
||||||
*
|
*
|
||||||
* @param string $name Name of the selector
|
* @param string $name Name of the selector
|
||||||
* @param string $label Label for the selector
|
* @param string $label Label for the selector
|
||||||
|
|
Loading…
Reference in a new issue