mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-24 14:20:24 +01:00
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Unly Show Unexpired Items' checkbox from the 'Podcast Feed Item List' dialog in rdcastmanager(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -551,6 +551,7 @@ void MainObject::ServeListCasts()
|
||||
line_colors[0]=RD_WEB_LINE_COLOR1;
|
||||
line_colors[1]=RD_WEB_LINE_COLOR2;
|
||||
int current_color=0;
|
||||
/*
|
||||
sql=QString("select ")+
|
||||
"ID,"+ // 00
|
||||
"STATUS,"+ // 01
|
||||
@@ -562,6 +563,7 @@ void MainObject::ServeListCasts()
|
||||
"from PODCASTS "+
|
||||
RDCastSearch(cast_key_name,false,filter,unexp_only,active_only)+
|
||||
" order by ORIGIN_DATETIME desc";
|
||||
*/
|
||||
q=new RDSqlQuery(sql);
|
||||
while(q->next()) {
|
||||
printf("<tr>\n");
|
||||
|
||||
Reference in New Issue
Block a user