Minahito
minah****@users*****
2006年 11月 12日 (日) 02:49:30 JST
Index: xoops2jp/html/kernel/block.php diff -u xoops2jp/html/kernel/block.php:1.2.8.10 xoops2jp/html/kernel/block.php:1.2.8.10.2.1 --- xoops2jp/html/kernel/block.php:1.2.8.10 Tue Aug 22 11:30:26 2006 +++ xoops2jp/html/kernel/block.php Sun Nov 12 02:49:30 2006 @@ -1,5 +1,5 @@ <?php -// $Id: block.php,v 1.2.8.10 2006/08/22 02:30:26 nobunobu Exp $ +// $Id: block.php,v 1.2.8.10.2.1 2006/11/11 17:49:30 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -81,7 +81,7 @@ $this->initVar('edit_func', XOBJ_DTYPE_TXTBOX, null, false, 50); $this->initVar('template', XOBJ_DTYPE_OTHER, null, false); $this->initVar('bcachetime', XOBJ_DTYPE_INT, 0, false); - $this->initVar('last_modified', XOBJ_DTYPE_INT, 0, false); + $this->initVar('last_modified', XOBJ_DTYPE_INT, time(), false); // for backward compatibility if (isset($id)) {