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:
parent
8196970345
commit
dba8a8896e
@ -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'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user