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

Eliminate conflicting LANs

This commit is contained in:
e107steved
2007-04-24 20:20:17 +00:00
parent 848fdea8e9
commit 0f12bc2a27
4 changed files with 24 additions and 22 deletions

View File

@@ -11,15 +11,15 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/comments_user.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:05 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-04-24 20:20:10 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
$comments_title = LAN_98;
$comments_title = LAN_SEARCH_98;
$comments_type_id = 'profile';
$comments_return['user'] = "u.user_name";
$comments_table['user'] = "LEFT JOIN #user AS u ON c.comment_type='profile' AND u.user_id = c.comment_item_id";