Index: /temp/trunk/html/rss/index.php
===================================================================
--- /temp/trunk/html/rss/index.php	(revision 5934)
+++ /temp/trunk/html/rss/index.php	(revision 6466)
@@ -31,5 +31,5 @@
 
 //¿·Ãå¾ðÊó¤ò¥»¥Ã¥È
-$objPage->arrNews = $arrNews;		
+$objPage->arrNews = $arrNews;
 
 //Å¹Ì¾¤ò¥»¥Ã¥È
@@ -61,5 +61,5 @@
 	$col = "";
 	$col .= "     news_id ";								//¿·Ãå¾ðÊóID
-	$col .= "     ,news_title ";								//¿·Ãå¾ðÊó¥¿¥¤¥È¥ë
+	$col .= "     ,news_title ";							//¿·Ãå¾ðÊó¥¿¥¤¥È¥ë
 	$col .= "     ,news_comment ";							//¿·Ãå¾ðÊóËÜÊ¸
 	$col .= "     ,to_char(news_date, 'YYYY') AS YEAR ";	//ÆüÉÕ(Ç¯)
@@ -68,9 +68,10 @@
 	$col .= "     ,to_char(news_date, 'HH24') AS HOUR ";	//ÆüÉÕ(»þ´Ö)
 	$col .= "     ,to_char(news_date, 'MI') AS MINUTE ";	//ÆüÉÕ(Ê¬)
-	$col .= "     ,to_char(news_date, 'SS') AS SECOND ";		//ÆüÉÕ(ÉÃ)
+	$col .= "     ,to_char(news_date, 'SS') AS SECOND ";	//ÆüÉÕ(ÉÃ)
 	$col .= "     ,news_url ";								//¿·Ãå¾ðÊóURL
 	$col .= "     ,news_select ";							//¿·Ãå¾ðÊó¤Î¶èÊ¬(1:URL¡¢2:ËÜÊ¸)
 	$col .= "     ,(SELECT shop_name FROM dtb_baseinfo limit 1) AS shop_name  ";	//Å¹Ì¾
 	$col .= "     ,(SELECT email04 FROM dtb_baseinfo limit 1) AS email ";			//ÂåÉ½Email¥¢¥É¥ì¥¹
+	$col .= "     ,(SELECT company_name FROM dtb_baseinfo limit 1) AS company_name ";		//²ñ¼ÒÌ¾
 	$from = "dtb_news";
 	$where = "del_flg = '0'";
