[xoops-cvslog 1693] CVS update: xoops2jp/html/modules/legacyRender/class

Back to archive index

Minahito minah****@users*****
2006年 1月 13日 (金) 00:12:06 JST


Index: xoops2jp/html/modules/legacyRender/class/tplfile.php
diff -u xoops2jp/html/modules/legacyRender/class/tplfile.php:1.1.2.1 xoops2jp/html/modules/legacyRender/class/tplfile.php:1.1.2.2
--- xoops2jp/html/modules/legacyRender/class/tplfile.php:1.1.2.1	Thu Jan 12 20:21:32 2006
+++ xoops2jp/html/modules/legacyRender/class/tplfile.php	Fri Jan 13 00:12:06 2006
@@ -6,6 +6,7 @@
 	{
 		$this->initVar('tplfile_id', XOBJ_DTYPE_INT, '', true);
 		$this->initVar('tplset_id', XOBJ_DTYPE_INT, '0', true);
+		$this->initVar('ref_id', XOBJ_DTYPE_INT, '0', true);
 		$this->initVar('dirname', XOBJ_DTYPE_STRING, '', true, 25);
 		$this->initVar('filename', XOBJ_DTYPE_STRING, '', true, 255);
 		$this->initVar('enable_cache', XOBJ_DTYPE_BOOL, '1', true);


xoops-cvslog メーリングリストの案内
Back to archive index