[xoops-cvslog 3200] CVS update: xoops2jp/html/modules/base/actions

Back to archive index

NobuNobu nobun****@users*****
2006年 5月 27日 (土) 23:07:41 JST


Index: xoops2jp/html/modules/base/actions/BackendAction.class.php
diff -u xoops2jp/html/modules/base/actions/BackendAction.class.php:1.1.2.3 xoops2jp/html/modules/base/actions/BackendAction.class.php:1.1.2.4
--- xoops2jp/html/modules/base/actions/BackendAction.class.php:1.1.2.3	Sat May 27 00:48:03 2006
+++ xoops2jp/html/modules/base/actions/BackendAction.class.php	Sat May 27 23:07:40 2006
@@ -31,6 +31,8 @@
 	 *  $item['guid'] ... permanent link
 	 *  $item['pubdate'] ... unixtime
 	 *  $item['description'] ... not required. 
+	 *  $item['category'] ... not required. 
+	 *  $item['author'] ... not required. 
 	 */	
 	function _getRSSInformation()
 	{
@@ -89,11 +91,6 @@
 		//
 		$controller->mRenderSystem->renderWithTarget($renderTarget);
 		
-		//		$count = $sarray;
-		// foreach ($sarray as $story) {
-		//	$tpl->append('items', array('title' => xoops_utf8_encode(htmlspecialchars($story->title(), ENT_QUOTES)), 'link' => XOOPS_URL.'/modules/news/article.php?storyid='.$story->storyid(), 'guid' => XOOPS_URL.'/modules/news/article.php?storyid='.$story->storyid(), 'pubdate' => formatTimestamp($story->published(), 'rss'), 'description' => xoops_utf8_encode(htmlspecialchars($story->hometext(), ENT_QUOTES))));
-		// }
-		
 		if (function_exists('mb_http_output')) {
 			mb_http_output('pass');
 		}


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