Minahito
minah****@users*****
2006年 10月 3日 (火) 18:30:31 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_Identity.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_Identity.class.php:1.1.2.3 xoops2jp/html/modules/base/kernel/Legacy_Identity.class.php:1.1.2.4 --- xoops2jp/html/modules/base/kernel/Legacy_Identity.class.php:1.1.2.3 Fri Sep 29 19:43:40 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Identity.class.php Tue Oct 3 18:30:30 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: Legacy_Identity.class.php,v 1.1.2.3 2006/09/29 10:43:40 minahito Exp $ + * @version $Id: Legacy_Identity.class.php,v 1.1.2.4 2006/10/03 09:30:30 minahito Exp $ */ class Legacy_Identity extends XCube_Identity @@ -37,8 +37,8 @@ * may add the interface class to this file. * * [Role Naming Convention] - * {dirname}.PrimitiveAccess is 'module_read'. - * {dirname}.PrimitiveManage is 'module_admin'. + * Module.{dirname}.Visitor is 'module_read'. + * Module.{dirname}.Admin is 'module_admin'. */ class Legacy_GenericPrincipal extends XCube_Principal {