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 @@