* change copyright time.

This commit is contained in:
wangchunsheng
2011-02-17 14:28:45 +00:00
parent 6ba6eb3e4d
commit 17289f7f7e
53 changed files with 59 additions and 59 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
/**
* The model file of dept dept of ZenTaoPMS.
*
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @copyright Copyright 2009-2011 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 dept
@@ -29,10 +29,10 @@ class deptModel extends model
* Build the query.
*
* @param int $rootDeptID
* @access private
* @access protected
* @return string
*/
private function buildMenuQuery($rootDeptID)
protected function buildMenuQuery($rootDeptID)
{
$rootDept = $this->getByID($rootDeptID);
if(!$rootDept) $rootDept->path = '';