[xoops-cvslog 6555] CVS update: xoops2jp/html/modules/system/admin/tplsets

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 30日 (月) 16:34:38 JST


Index: xoops2jp/html/modules/system/admin/tplsets/main.php
diff -u xoops2jp/html/modules/system/admin/tplsets/main.php:1.6 xoops2jp/html/modules/system/admin/tplsets/main.php:1.6.6.1
--- xoops2jp/html/modules/system/admin/tplsets/main.php:1.6	Thu Jul 27 09:17:18 2006
+++ xoops2jp/html/modules/system/admin/tplsets/main.php	Mon Apr 30 16:34:37 2007
@@ -1,5 +1,5 @@
 <?php
-// $Id: main.php,v 1.6 2006/07/27 00:17:18 onokazu Exp $
+// $Id: main.php,v 1.6.6.1 2007/04/30 07:34:37 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -99,7 +99,7 @@
                 }
                 $not_installed = array_diff(array_keys($installed_mods), array_keys($tplstats));
             } else {
-                $not_installed = array_keys($installed_mods);
+                $not_installed =& array_keys($installed_mods);
             }
             foreach ($not_installed as $ni) {
                 $module =& $module_handler->getByDirname($ni);
@@ -286,8 +286,8 @@
         $tplfile =& $tpltpl_handler->get($id, true);
         if (is_object($tplfile)) {
             $tplset = $tplfile->getVar('tpl_tplset');
-            $tplset4disp = htmlspecialchars($tplset, ENT_QUOTES);
-            $tplset4url = urlencode($tplset);
+	        $tplset4disp = htmlspecialchars($tplset, ENT_QUOTES);
+	        $tplset4url = urlencode($tplset);
             $tform = array('tpl_tplset' => $tplset, 'tpl_id' => $id, 'tpl_file' => $tplfile->getVar('tpl_file'), 'tpl_desc' => $tplfile->getVar('tpl_desc'), 'tpl_lastmodified' => $tplfile->getVar('tpl_lastmodified'), 'tpl_source' => $tplfile->getVar('tpl_source', 'E'), 'tpl_module' => $tplfile->getVar('tpl_module'));
             include_once XOOPS_ROOT_PATH.'/modules/system/admin/tplsets/tplform.php';
             xoops_cp_header();


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