From d8ddbdc1f563b8f42e700eb721c79f6d3f3dfa51 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 12 Nov 2010 14:10:21 +0000 Subject: [PATCH] * change zentaocms to zentaopms. --- framework/helper.class.php | 4 ++-- framework/model.class.php | 2 +- module/common/model.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/helper.class.php b/framework/helper.class.php index 054ed9b7e5..9f1854b86d 100644 --- a/framework/helper.class.php +++ b/framework/helper.class.php @@ -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 - * @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 { diff --git a/framework/model.class.php b/framework/model.class.php index 855ca40c82..82f1819ac7 100755 --- a/framework/model.class.php +++ b/framework/model.class.php @@ -12,7 +12,7 @@ /** * The base class of model. * - * @package ZenTaoCMS + * @package ZenTaoPMS */ class model { diff --git a/module/common/model.php b/module/common/model.php index 5282d473f3..c536147c72 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -1,6 +1,6 @@