Minahito
minah****@users*****
2006年 4月 25日 (火) 12:55:49 JST
Index: xoops2jp/html/modules/legacyRender/class/banner.php diff -u xoops2jp/html/modules/legacyRender/class/banner.php:1.1.2.1 xoops2jp/html/modules/legacyRender/class/banner.php:1.1.2.2 --- xoops2jp/html/modules/legacyRender/class/banner.php:1.1.2.1 Mon Apr 24 16:31:08 2006 +++ xoops2jp/html/modules/legacyRender/class/banner.php Tue Apr 25 12:55:49 2006 @@ -16,7 +16,7 @@ $this->initVar('clicks', XOBJ_DTYPE_INT, '0', true); $this->initVar('imageurl', XOBJ_DTYPE_STRING, '', true, 255); $this->initVar('clickurl', XOBJ_DTYPE_STRING, '', true, 255); - $this->initVar('date', XOBJ_DTYPE_INT, '0', true); + $this->initVar('date', XOBJ_DTYPE_INT, time(), true); $this->initVar('htmlbanner', XOBJ_DTYPE_BOOL, '0', true); $this->initVar('htmlcode', XOBJ_DTYPE_TEXT, '', true); }