onokazu
onoka****@users*****
2006年 7月 27日 (木) 09:17:18 JST
Index: xoops2jp/html/modules/system/admin/tplsets/main.php diff -u xoops2jp/html/modules/system/admin/tplsets/main.php:1.5 xoops2jp/html/modules/system/admin/tplsets/main.php:1.6 --- xoops2jp/html/modules/system/admin/tplsets/main.php:1.5 Mon Sep 5 05:46:11 2005 +++ xoops2jp/html/modules/system/admin/tplsets/main.php Thu Jul 27 09:17:18 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/07/27 00:17:18 onokazu 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();