[xoops-cvslog 1484] CVS update: xoops2jp/html/modules/base/admin/class

Zurück zum Archiv-Index

Minahito minah****@users*****
2005年 12月 29日 (木) 00:47:19 JST


Index: xoops2jp/html/modules/base/admin/class/ModuleUtils.class.php
diff -u xoops2jp/html/modules/base/admin/class/ModuleUtils.class.php:1.1.2.5 xoops2jp/html/modules/base/admin/class/ModuleUtils.class.php:1.1.2.6
--- xoops2jp/html/modules/base/admin/class/ModuleUtils.class.php:1.1.2.5	Wed Dec 28 23:16:03 2005
+++ xoops2jp/html/modules/base/admin/class/ModuleUtils.class.php	Thu Dec 29 00:47:19 2005
@@ -279,7 +279,7 @@
 		return $tplHandler->insert($tplfile);
 	}
 
-	function insertAllConfig(&$module, &$log)
+	function insertAllConfigs(&$module, &$log)
 	{
 		$configInfos = $module->getInfo('config');
 
@@ -350,7 +350,7 @@
 	 *
 	 * @param $module XoopsModule
 	 */
-	function deleteAllConfig(&$module, &$log)
+	function deleteAllConfigs(&$module, &$log)
 	{
 		if ($this->mModule->getVar('hasconfig') == 0) {
 			return;


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