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

Back to archive index

Minahito minah****@users*****
2006年 4月 21日 (金) 12:15:00 JST


Index: xoops2jp/html/include/functions.php
diff -u xoops2jp/html/include/functions.php:1.2.8.14 xoops2jp/html/include/functions.php:1.2.8.15
--- xoops2jp/html/include/functions.php:1.2.8.14	Wed Apr 19 14:00:46 2006
+++ xoops2jp/html/include/functions.php	Fri Apr 21 12:15:00 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: functions.php,v 1.2.8.14 2006/04/19 05:00:46 minahito Exp $
+// $Id: functions.php,v 1.2.8.15 2006/04/21 03:15:00 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -579,8 +579,7 @@
         trigger_error('Handler does not exist<br />Module: '.$module_dir.'<br />Name: '.$name, E_USER_ERROR);
     }
 	
-	$failvalue = false;
-    return isset($handlers[$module_dir][$name]) ? $handlers[$module_dir][$name] : $failvalue;
+    return $handlers[$module_dir][$name];
 }
 
 function xoops_getrank($rank_id =0, $posts = 0)


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