[xoops-cvslog 5004] CVS update: xoops2jp/html/modules/base/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 10月 14日 (土) 02:50:48 JST


Index: xoops2jp/html/modules/base/admin/actions/ThemeListAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/ThemeListAction.class.php:1.1.2.1.2.1 xoops2jp/html/modules/base/admin/actions/ThemeListAction.class.php:1.1.2.1.2.2
--- xoops2jp/html/modules/base/admin/actions/ThemeListAction.class.php:1.1.2.1.2.1	Thu Sep 28 14:01:28 2006
+++ xoops2jp/html/modules/base/admin/actions/ThemeListAction.class.php	Sat Oct 14 02:50:48 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: ThemeListAction.class.php,v 1.1.2.1.2.1 2006/09/28 05:01:28 minahito Exp $
+ * @version $Id: ThemeListAction.class.php,v 1.1.2.1.2.2 2006/10/13 17:50:48 minahito Exp $
  */
 
 require_once XOOPS_MODULE_PATH . "/base/admin/forms/ThemeSelectForm.class.php";
@@ -86,8 +86,7 @@
 		$t_themeArr = $this->mActionForm->getSelectableTheme();
 		$configs[0]->set('conf_value', serialize($t_themeArr));
 		if (!$configHandler->insertConfig($configs[0])) {
-			print_r($configs[0]);
-			die();
+			die(); // FIXME:
 		}
 
 		//


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