* Fix dev bug.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* The control file of dev module of ZenTaoPMS.
|
||||
*
|
||||
*
|
||||
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
|
||||
* @author chunsheng wang <chunsheng@cnezsoft.com>
|
||||
* @package
|
||||
* @package
|
||||
* @uses control
|
||||
* @license LGPL
|
||||
* @version $Id$
|
||||
@@ -14,7 +14,7 @@ class dev extends control
|
||||
{
|
||||
/**
|
||||
* Get API of system.
|
||||
*
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
@@ -31,11 +31,11 @@ class dev extends control
|
||||
$this->view->modules = $this->dev->getModules();
|
||||
$this->display();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get schema of database.
|
||||
*
|
||||
* @param string $table
|
||||
*
|
||||
* @param string $table
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user