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

Zurück zum Archiv-Index

NobuNobu nobun****@users*****
2006年 9月 23日 (土) 11:03:10 JST


Index: xoops2jp/html/class/xoopsform/form.php
diff -u xoops2jp/html/class/xoopsform/form.php:1.2.8.3 xoops2jp/html/class/xoopsform/form.php:1.2.8.4
--- xoops2jp/html/class/xoopsform/form.php:1.2.8.3	Fri Sep 22 18:18:16 2006
+++ xoops2jp/html/class/xoopsform/form.php	Sat Sep 23 11:03:09 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: form.php,v 1.2.8.3 2006/09/22 09:18:16 minahito Exp $
+// $Id: form.php,v 1.2.8.4 2006/09/23 02:03:09 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -392,7 +392,7 @@
 		$renderTarget->setAttribute('required', $required);
 		$renderTarget->setAttribute('required_count', $reqcount);
 		
-		$renderer =& $root->getRenderSystem(LEGACY_DEPENDENCE_RENDERER);
+		$renderer =& $root->getRenderSystem(XOOPSFORM_DEPENDENCE_RENDER_SYSTEM);
 		$renderer->renderWithTarget($renderTarget);
 	
 		return $renderTarget->getResult();


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