[xoops-cvslog 249] CVS update: xoops2jp/html/modules/news/admin

Back to archive index

onokazu onoka****@users*****
2005年 7月 18日 (月) 17:26:17 JST


Index: xoops2jp/html/modules/news/admin/storyform.inc.php
diff -u xoops2jp/html/modules/news/admin/storyform.inc.php:1.2.6.3.2.1 xoops2jp/html/modules/news/admin/storyform.inc.php:1.2.6.3.2.2
--- xoops2jp/html/modules/news/admin/storyform.inc.php:1.2.6.3.2.1	Mon Jul 18 17:23:39 2005
+++ xoops2jp/html/modules/news/admin/storyform.inc.php	Mon Jul 18 17:26:17 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: storyform.inc.php,v 1.2.6.3.2.1 2005/07/18 08:23:39 onokazu Exp $
+// $Id: storyform.inc.php,v 1.2.6.3.2.2 2005/07/18 08:26:17 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -67,7 +67,7 @@
 }
 echo " />"._AM_NO."&nbsp;&nbsp;&nbsp;";
 echo "<b>"._AM_TOPICALIGN."</b>&nbsp;<select name='topicalign'>\n";
-    if ( "L" == $topicalign) {
+    if (isset($topicalign) && "L" == $topicalign) {
             $sel = " selected='selected'";
     } else {
             $sel = "";


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