1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 08:14:46 +02:00

Issue #1174 - Orphaned LANs corrected. User Profile LANs cleaned up.

This commit is contained in:
Cameron
2015-08-29 15:56:18 -07:00
parent ed569c4947
commit 5e008b5df4
7 changed files with 35 additions and 28 deletions

View File

@@ -10,7 +10,7 @@
if (!defined('e107_INIT')) { exit; }
$comments_title = ADLAN_24;
$comments_title = LAN_PLUGIN_DOWNLOAD_NAME;
$comments_type_id = '2';
$comments_return['download'] = "d.download_id, d.download_name";
$comments_table['download'] = "LEFT JOIN #download AS d ON c.comment_type=2 AND d.download_id = c.comment_item_id";