Sort feeds by name

This commit is contained in:
moodler 2005-05-17 13:54:15 +00:00
parent 0addd942b2
commit 5a502b7e2e

View File

@ -362,7 +362,7 @@ function rss_display_feeds($userid='', $rssid='') {
} else if ($rssid != ''){
$select = 'id='. $rssid;
}
$feeds = get_records_select('block_rss_client', $select);
$feeds = get_records_select('block_rss_client', $select, 'title');
if ($feeds){
$closeTable = true;