Show
Ignore:
Timestamp:
02/29/08 03:01:03 (10 months ago)
Author:
inureyes
Message:

#774

  • RSS 갯수 설정이 반영되도록 조정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/model/blog.rss.php

    r5376 r5447  
    176176    $channel['title'] = $blog['title']. ': '._text('최근 댓글 목록'); 
    177177     
    178     $result = getRecentComments($blogid, 20, false, true); 
     178    $result = getRecentComments($blogid, getBlogSetting('commentsOnRSS',20), false, true); 
    179179    if (!$result) 
    180180        $result = array(); 
     
    256256    $channel = initializeRSSchannel($blogid); 
    257257    $channel['title'] = RSSMessage($blog['title']. ': '._text('최근 트랙백 목록')); 
    258     $result = getRecentTrackbacks($blogid, 20, true); 
     258    $result = getRecentTrackbacks($blogid, getBlogSetting('commentsOnRSS',20), true); 
    259259    if (!$result) 
    260260        $result = array();