NobuNobu
nobun****@users*****
2005年 7月 19日 (火) 08:04:15 JST
Index: xoops2jp/html/modules/system/admin/tplsets/main.php diff -u xoops2jp/html/modules/system/admin/tplsets/main.php:1.2.6.9.2.3 xoops2jp/html/modules/system/admin/tplsets/main.php:1.2.6.9.2.4 --- xoops2jp/html/modules/system/admin/tplsets/main.php:1.2.6.9.2.3 Sat Jun 25 00:14:50 2005 +++ xoops2jp/html/modules/system/admin/tplsets/main.php Tue Jul 19 08:04:15 2005 @@ -1,5 +1,5 @@ <?php -// $Id: main.php,v 1.2.6.9.2.3 2005/06/24 15:14:50 onokazu Exp $ +// $Id: main.php,v 1.2.6.9.2.4 2005/07/18 23:04:15 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -1083,7 +1083,7 @@ for ($i = 0; $i < $fcount; $i++) { $newtpl =& $tplfiles[$i]->xoopsClone(); $newtpl->setVar('tpl_id', 0); - $newtpl->setVar('tpl_tplset', $tplset); + $newtpl->setVar('tpl_tplset', $_POST['tplset']); $newtpl->setVar('tpl_lastmodified', time()); $newtpl->setVar('tpl_lastimported', 0); if (!$tpltpl_handler->insert($newtpl)) {