1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 13:11:52 +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
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

View File

@ -78,11 +78,8 @@ 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)
{
if($value['download_author'])