Minahito
minah****@users*****
2006年 6月 6日 (火) 12:08:41 JST
Index: xoops2jp/html/kernel/XCube_ActionFilter.class.php diff -u xoops2jp/html/kernel/XCube_ActionFilter.class.php:1.1.2.1 xoops2jp/html/kernel/XCube_ActionFilter.class.php:1.1.2.2 --- xoops2jp/html/kernel/XCube_ActionFilter.class.php:1.1.2.1 Tue Jun 6 12:05:53 2006 +++ xoops2jp/html/kernel/XCube_ActionFilter.class.php Tue Jun 6 12:08:41 2006 @@ -1,7 +1,7 @@ <?php /** * @package XCube - * @version $Id: XCube_ActionFilter.class.php,v 1.1.2.1 2006/06/06 03:05:53 minahito Exp $ + * @version $Id: XCube_ActionFilter.class.php,v 1.1.2.2 2006/06/06 03:08:41 minahito Exp $ */ /** @@ -9,9 +9,9 @@ * controller class. Developers or users can use the subclass of this class for * dynamic customizing. * - * Users usually add on no filters because each controllers have initialization - * code enough. This class is used to the case of special customizing by - * modules and users. + * Users usually don't need to add on filters because each controllers should + * have initialization code enough. This class is used to the case of special + * customizing by modules and users. * * Each controllers should not use this class to their initialization procedure. *