Minahito
minah****@users*****
2006年 10月 7日 (土) 15:49:36 JST
Index: xoops2jp/html/modules/legacyRender/admin/actions/TplsetDownloadAction.class.php diff -u xoops2jp/html/modules/legacyRender/admin/actions/TplsetDownloadAction.class.php:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/actions/TplsetDownloadAction.class.php:1.1.2.2.2.1 --- xoops2jp/html/modules/legacyRender/admin/actions/TplsetDownloadAction.class.php:1.1.2.2 Tue Jul 11 12:05:43 2006 +++ xoops2jp/html/modules/legacyRender/admin/actions/TplsetDownloadAction.class.php Sat Oct 7 15:49:36 2006 @@ -1,7 +1,7 @@ <?php /** * @package legacyRender - * @version $Id: TplsetDownloadAction.class.php,v 1.1.2.2 2006/07/11 03:05:43 minahito Exp $ + * @version $Id: TplsetDownloadAction.class.php,v 1.1.2.2.2.1 2006/10/07 06:49:36 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -85,7 +85,7 @@ } $xml .= ' <template name="' . $files[$i]->getShow('tpl_file') . '">' . "\n" . " <module>" . $files[$i]->getShow('tpl_module') . "</module>" . "\n" . - " <type>module</type>" . $files[$i]->getShow('tpl_module') . "</module>" . "\n" . + " <type>module</type>" . "\n" . " <lastModified>" . $files[$i]->getShow('tpl_lastmodified') . "</lastModified>" . "\n" . " </template>" . "\n";