1<?php
2/**
3 * Default settings for the structtasks plugin
4 *
5 * @author Chris MacMackin <cmacmackin@gmail.com>
6 */
7
8$conf['schema']    = '';
9$conf['reminder'] = '7,1,0';
10$conf['overdue_reminder'] = 1;
11$conf['completed'] = '/^(completed?|closed|cancelled|finished)$/i';
12