xref: /plugin/timezoneco/conf/metadata.php (revision efb330856fa26164e5ba2b98a63e46ae1845b0fe)
1<?php
2/**
3 * Options for the timezone plugin
4 *
5 * @author Ruben Carlo Benante <rcb@beco.cc>
6 */
7
8
9$meta['timezone'] = array('multichoice', '_choices' => array_merge(array(''), timezone_identifiers_list()));
10
11