1<?php
2/**
3 * Options for the sqlcomp plugin
4 *
5 * @author Oliver Geisen <oliver@rehkopf-geisen.de>
6 */
7$meta['default_refresh'] = array('numeric');
8$meta['sql_locale'] = array('multichoice','_choices' => array('de_DE','en_US','C'));
9$meta['dbaliases'] = array('');
10
11