Files
EasySoft-ZenTaoPMS/module/report/config.php
2013-02-22 03:19:24 +00:00

8 lines
277 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;