[xoops-cvslog 4890] CVS update: xoops2jp/html/class

アーカイブの一覧に戻る

Ryuji AMANO ryuji_amano****@users*****
2006年 10月 7日 (土) 17:58:28 JST


Index: xoops2jp/html/class/XCube_RenderSystem.class.php
diff -u xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.18 xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.19
--- xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.18	Thu Aug 10 18:41:34 2006
+++ xoops2jp/html/class/XCube_RenderSystem.class.php	Sat Oct  7 17:58:28 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package XCube
- * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.18 2006/08/10 09:41:34 minahito Exp $
+ * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.19 2006/10/07 08:58:28 ryuji_amano Exp $
  */
 
  if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -98,12 +98,12 @@
 		return $this->mAttributes;
 	}
 	
-	function setRenderBuffer()
+	function setRenderBuffer($buf)
 	{
 		$this->mRenderBuffer = $buf;
 	}
 	
-	function getRenderBuffer($buf)
+	function getRenderBuffer()
 	{
 		return $this->mRenderBuffer;
 	}


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る