gantt.php 593 B

123456789101112131415
  1. <?php
  2. /**
  3. * The control file of project module of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2012 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license business(商业软件)
  7. * @author Yangyang Shi <shiyangyang@cnezsoft.com>
  8. * @package project
  9. * @version $Id$
  10. * @link http://www.zentao.net
  11. */
  12. if(!defined('TABLE_RELATIONOFTASKS')) define('TABLE_RELATIONOFTASKS', '`' . $config->db->prefix . 'relationoftasks`');
  13. $filter->project->gantt = new stdclass();
  14. $filter->project->gantt->cookie['ganttType'] = 'code';