[xoops-cvslog 5796] CVS update: xoops2jp/html/include

Back to archive index

Minahito minah****@users*****
2006年 11月 11日 (土) 18:34:07 JST


Index: xoops2jp/html/include/functions.php
diff -u xoops2jp/html/include/functions.php:1.2.8.19.2.7 xoops2jp/html/include/functions.php:1.2.8.19.2.8
--- xoops2jp/html/include/functions.php:1.2.8.19.2.7	Thu Nov  9 19:31:20 2006
+++ xoops2jp/html/include/functions.php	Sat Nov 11 18:34:07 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: functions.php,v 1.2.8.19.2.7 2006/11/09 10:31:20 minahito Exp $
+// $Id: functions.php,v 1.2.8.19.2.8 2006/11/11 09:34:07 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -91,7 +91,7 @@
 	$renderTarget->setAttribute("title", $title);
 	$renderTarget->setAttribute("message", $message);
 
-	$renderSystem->renderWithTarget($renderTarget);
+	$renderSystem->render($renderTarget);
 	
 	print $renderTarget->getResult();
 }
@@ -112,7 +112,7 @@
 	$renderTarget->setAttribute("title", $title);
 	$renderTarget->setAttribute("message", $message);
 
-	$renderSystem->renderWithTarget($renderTarget);
+	$renderSystem->render($renderTarget);
 	
 	print $renderTarget->getResult();
 }
@@ -145,7 +145,7 @@
 	$renderTarget->setAttribute("tokenName", $token->getTokenName());
 	$renderTarget->setAttribute("tokenValue", $token->getTokenValue());
 
-	$renderSystem->renderWithTarget($renderTarget);
+	$renderSystem->render($renderTarget);
 	
 	print $renderTarget->getResult();
 }


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