NobuNobu
nobun****@users*****
2006年 11月 6日 (月) 13:58:29 JST
Index: xoops2jp/html/modules/legacy/class/Legacy_Debugger.class.php diff -u xoops2jp/html/modules/legacy/class/Legacy_Debugger.class.php:1.1.2.1 xoops2jp/html/modules/legacy/class/Legacy_Debugger.class.php:1.1.2.2 --- xoops2jp/html/modules/legacy/class/Legacy_Debugger.class.php:1.1.2.1 Mon Oct 16 16:38:53 2006 +++ xoops2jp/html/modules/legacy/class/Legacy_Debugger.class.php Mon Nov 6 13:58:29 2006 @@ -1,5 +1,5 @@ <?php -// $Id: Legacy_Debugger.class.php,v 1.1.2.1 2006/10/16 07:38:53 minahito Exp $ +// $Id: Legacy_Debugger.class.php,v 1.1.2.2 2006/11/06 04:58:29 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -36,17 +36,6 @@ class Legacy_DebuggerManager { - function getInstance($debug_mode) - { - static $instance = array(); - - if (empty($instance[$debug_mode])) { - $instance[$debug_mode] =& Legacy_DebuggerManager::_createInstance($debug_mode); - } - - return $instance[$debug_mode]; - } - /** Create XoopsDebugger instance. You must not communicate with this method directly.