* change zentaocms to zentaopms.

This commit is contained in:
wangchunsheng
2010-11-12 14:10:21 +00:00
parent bac63ec7cd
commit d8ddbdc1f5
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -5,14 +5,14 @@
* @copyright Copyright 2009-2010 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 ZenTaoCMS
* @package ZenTaoPMS
* @version $Id: helper.class.php 111 2010-05-11 08:17:32Z wwccss $
* @link http://www.zentao.net
*/
/**
* The helper class, contains the tool functions.
*
* @package ZenTaoCMS
* @package ZenTaoPMS
*/
class helper
{
+1 -1
View File
@@ -12,7 +12,7 @@
/**
* The base class of model.
*
* @package ZenTaoCMS
* @package ZenTaoPMS
*/
class model
{
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
/**
* The model file of common module of ZenTaoCMS.
* The model file of common module of ZenTaoPMS.
*
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)