mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 23:00:21 +01:00
2021-05-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdcastmanager(1) that generated a SQL error when run with a user with no authorized feeds. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21686,3 +21686,6 @@
|
||||
'INSTALL'.
|
||||
2021-05-12 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added an 'Environmental Variables' entry for Ubuntu in 'INSTALL'.
|
||||
2021-05-13 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdcastmanager(1) that generated a SQL error
|
||||
when run with a user with no authorized feeds.
|
||||
|
||||
@@ -418,7 +418,7 @@ void RDFeedListModel::changeUser()
|
||||
{
|
||||
QString sql;
|
||||
RDSqlQuery *q=NULL;
|
||||
QString filter_sql="where ";
|
||||
QString filter_sql="where (`KEY_NAME` is null)||";
|
||||
|
||||
if(d_is_admin) {
|
||||
sql=QString("select ")+
|
||||
|
||||
Reference in New Issue
Block a user