[xoops-cvslog 2958] CVS update: xoops2jp/html/modules/system/admin/preferences

Back to archive index

onokazu onoka****@users*****
2006年 5月 1日 (月) 11:37:30 JST


Index: xoops2jp/html/modules/system/admin/preferences/main.php
diff -u xoops2jp/html/modules/system/admin/preferences/main.php:1.5 xoops2jp/html/modules/system/admin/preferences/main.php:1.6
--- xoops2jp/html/modules/system/admin/preferences/main.php:1.5	Mon Sep  5 05:46:11 2005
+++ xoops2jp/html/modules/system/admin/preferences/main.php	Mon May  1 11:37:30 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: main.php,v 1.5 2005/09/04 20:46:11 onokazu Exp $
+// $Id: main.php,v 1.6 2006/05/01 02:37:30 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -353,6 +353,7 @@
         $lang_updated = false;
         if ($count > 0) {
             for ($i = 0; $i < $count; $i++) {
+				$config_handler=&xoops_gethandler('config');
                 $config =& $config_handler->getConfig($conf_ids[$i]);
                 $new_value =& $_POST[$config->getVar('conf_name')];
                 if (is_array($new_value) || $new_value != $config->getVar('conf_value')) {


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