[xoops-cvslog 5815] CVS update: xoops2jp/html/modules/legacy/class

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 11月 12日 (日) 02:50:54 JST


Index: xoops2jp/html/modules/legacy/class/newblocks.php
diff -u xoops2jp/html/modules/legacy/class/newblocks.php:1.1.2.2 xoops2jp/html/modules/legacy/class/newblocks.php:1.1.2.3
--- xoops2jp/html/modules/legacy/class/newblocks.php:1.1.2.2	Sun Oct 15 01:33:59 2006
+++ xoops2jp/html/modules/legacy/class/newblocks.php	Sun Nov 12 02:50:54 2006
@@ -20,7 +20,7 @@
 
 	function LegacyNewblocksObject()
 	{
-		$this->initVar('bid', XOBJ_DTYPE_INT, '', true);
+		$this->initVar('bid', XOBJ_DTYPE_INT, '0', true);
 		$this->initVar('mid', XOBJ_DTYPE_INT, '0', true);
 		$this->initVar('func_num', XOBJ_DTYPE_INT, '0', true);
 		$this->initVar('options', XOBJ_DTYPE_STRING, '', true, 255);
@@ -39,7 +39,7 @@
 		$this->initVar('edit_func', XOBJ_DTYPE_STRING, '', true, 50);
 		$this->initVar('template', XOBJ_DTYPE_STRING, '', true, 50);
 		$this->initVar('bcachetime', XOBJ_DTYPE_INT, '0', true);
-		$this->initVar('last_modified', XOBJ_DTYPE_INT, '0', true);
+		$this->initVar('last_modified', XOBJ_DTYPE_INT, time(), true);
 	}
 	
 	function loadModule()


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index