Minahito
minah****@users*****
2007年 2月 26日 (月) 11:55:26 JST
Index: xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.31.2.1 xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.31.2.2 --- xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.31.2.1 Mon Feb 19 15:54:44 2007 +++ xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php Mon Feb 26 11:55:26 2007 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: Legacy_Controller.class.php,v 1.1.2.31.2.1 2007/02/19 06:54:44 minahito Exp $ + * @version $Id: Legacy_Controller.class.php,v 1.1.2.31.2.2 2007/02/26 02:55:26 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -1039,6 +1039,7 @@ * @param bool $addRedirect A value indicationg whether this method adds URL automatically for user.php. * * @todo We'll change this function to delegate. + * @remark This method encode $url and $message directly without its template, to share the template with old function. */ function executeRedirect($url, $time = 1, $message = null, $addRedirect = true) {