* convert to unix format.
This commit is contained in:
+24
-24
@@ -1,24 +1,24 @@
|
||||
<?php
|
||||
/**
|
||||
* The control file of qa module of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2012 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
|
||||
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
|
||||
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
||||
* @package qa
|
||||
* @version $Id$
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
class qa extends control
|
||||
{
|
||||
/**
|
||||
* The index of qa, go to bug's browse page.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
$this->locate($this->createLink('bug', 'browse'));
|
||||
}
|
||||
}
|
||||
<?php
|
||||
/**
|
||||
* The control file of qa module of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2012 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
|
||||
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
|
||||
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
||||
* @package qa
|
||||
* @version $Id$
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
class qa extends control
|
||||
{
|
||||
/**
|
||||
* The index of qa, go to bug's browse page.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
$this->locate($this->createLink('bug', 'browse'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user