1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Remove some leftover debug code

This commit is contained in:
Tijn Kuyper
2019-10-23 13:34:38 +02:00
parent 8196970345
commit dba8a8896e

View File

@@ -78,10 +78,7 @@ class download_rss // plugin-folder + '_rss'
$query = "SELECT d.*, dc.* FROM #download AS d LEFT JOIN #download_category AS dc ON d.download_category = dc.download_category_id WHERE {$topic} d.download_active > 0 AND d.download_class IN (".USERCLASS_LIST.") ORDER BY d.download_datestamp DESC LIMIT 0,".$limit;
$sql->gen($query);
$error = $sql->getLastErrorText();
$tmp = $sql->db_getList();
$tmp = $sql->db_getList();
foreach($tmp as $value)
{