diff options
Diffstat (limited to 'web/html/rss.php')
-rw-r--r-- | web/html/rss.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/html/rss.php b/web/html/rss.php index c9b87eca..cb0bf40f 100644 --- a/web/html/rss.php +++ b/web/html/rss.php @@ -31,7 +31,6 @@ $rss->image = $image; #Get the latest packages and add items for them $dbh = db_connect(); $q = "SELECT * FROM Packages "; -$q.= "WHERE DummyPkg != 1 "; $q.= "ORDER BY SubmittedTS DESC "; $q.= "LIMIT 0 , 20"; $result = db_query($q, $dbh); |