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

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 4月 19日 (水) 14:01:13 JST


Index: xoops2jp/html/class/template.php
diff -u xoops2jp/html/class/template.php:1.2.8.4 xoops2jp/html/class/template.php:1.2.8.5
--- xoops2jp/html/class/template.php:1.2.8.4	Fri Jan 27 23:38:08 2006
+++ xoops2jp/html/class/template.php	Wed Apr 19 14:01:13 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: template.php,v 1.2.8.4 2006/01/27 14:38:08 nobunobu Exp $
+// $Id: template.php,v 1.2.8.5 2006/04/19 05:01:13 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -92,7 +92,7 @@
         //  varArgs : 
         //      'xoopsTpl'     [I/O] : $this
         //
-		XCube_EventUtils::quickRaiseEvent('Legacy.XoopsTpl.New',  array('xoopsTpl' => &$this));
+		$dmy =& XCube_EventUtils::quickRaiseEvent('Legacy.XoopsTpl.New',  array('xoopsTpl' => &$this));
 	}
 
 	/**
@@ -247,7 +247,7 @@
     //      'xoopsTpl'     [I/O] : $this
     //
 	if (! $eventResult =& XCube_EventUtils::quickRaiseEvent('Legacy.XoopsTpl.TemplateTouch',
-											 array('tpl_id' => $tpl_id,'clear_old' => $clear_old,'result'=>false))) {
+											 array('tpl_id' => $tpl_id,'clear_old' => $clear_old,'result'=>false))) {
 		$tpl = new XoopsTpl();
 		$tpl->force_compile = true;
 		$tplfile_handler =& xoops_gethandler('tplfile');


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