Files
EasySoft-ZenTaoPMS/module/report/config.php
2016-02-18 09:14:37 +08:00

9 lines
346 B
PHP

<?php
/* Open daily reminder.*/
$config->report = new stdclass();
$config->report->dailyreminder = new stdclass();
$config->report->dailyreminder->bug = true;
$config->report->dailyreminder->task = true;
$config->report->dailyreminder->todo = true;
$config->report->dailyreminder->testTask = true;