* convert to unix format.

This commit is contained in:
wangchunsheng
2012-02-21 07:22:58 +00:00
parent f1dfdf6ea0
commit 65e19fa8a8
389 changed files with 55211 additions and 55211 deletions
+24 -24
View File
@@ -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'));
}
}