NobuNobu
nobun****@users*****
2005年 6月 19日 (日) 00:51:14 JST
Index: xoops2jp/html/modules/sections/admin/index.php diff -u xoops2jp/html/modules/sections/admin/index.php:1.2.6.2.2.3 xoops2jp/html/modules/sections/admin/index.php:1.2.6.2.2.4 --- xoops2jp/html/modules/sections/admin/index.php:1.2.6.2.2.3 Sat Jun 18 12:09:05 2005 +++ xoops2jp/html/modules/sections/admin/index.php Sun Jun 19 00:51:14 2005 @@ -1,5 +1,5 @@ <?php -// $Id: index.php,v 1.2.6.2.2.3 2005/06/18 03:09:05 nobunobu Exp $ +// $Id: index.php,v 1.2.6.2.2.4 2005/06/18 15:51:14 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -52,7 +52,7 @@ echo "<ul>"; while(list($secid, $secname) = $xoopsDB->fetchRow($result)) { $secname=$myts->makeTboxData4Show($secname); - echo "<li><a href=\"index.php?op=sectionedit&secid=".$secid."\">".$secname."</a></li>"; + echo "<li><a href=\"index.php?op=sectionedit&secid=".$secid."\">".$secname."</a></li>"; } echo "</ul>"; echo "</td></tr></table>"; @@ -89,7 +89,7 @@ $result2 = $xoopsDB->query("select secid, secname from ".$xoopsDB->prefix("sections")." where secid='$secid'"); list($secid, $secname) = $xoopsDB->fetchRow($result2); $secname = $myts->makeTboxData4Show($secname); - echo "<li>$title ($secname) [ <a href=index.php?op=secartedit&artid=$artid>"._MD_EDIT."</a> ]</li>"; + echo "<li>$title ($secname) [ <a href=index.php?op=secartedit&artid=$artid>"._MD_EDIT."</a> ]</li>"; } ?> </ul> <?php echo "<form action=\"index.php\" method=\"post\">"; ?>