diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-02 21:45:59 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-06 11:32:11 +0100 |
| commit | bbada27ee9e797c7f6ce997152bc1efb8c8f125d (patch) | |
| tree | 230477d8febe599c1be6082cc4a5fcd8dc639333 /phpBB/includes/ucp/ucp_main.php | |
| parent | 0ad726768c569cf4987aa93e2d6f2e5d185c7dc5 (diff) | |
| download | forums-bbada27ee9e797c7f6ce997152bc1efb8c8f125d.tar forums-bbada27ee9e797c7f6ce997152bc1efb8c8f125d.tar.gz forums-bbada27ee9e797c7f6ce997152bc1efb8c8f125d.tar.bz2 forums-bbada27ee9e797c7f6ce997152bc1efb8c8f125d.tar.xz forums-bbada27ee9e797c7f6ce997152bc1efb8c8f125d.zip | |
[ticket/12115] Also port user interests to profile fields
PHPBB3-12115
Diffstat (limited to 'phpBB/includes/ucp/ucp_main.php')
| -rw-r--r-- | phpBB/includes/ucp/ucp_main.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/ucp/ucp_main.php b/phpBB/includes/ucp/ucp_main.php index 90f03a970a..ddea336ce9 100644 --- a/phpBB/includes/ucp/ucp_main.php +++ b/phpBB/includes/ucp/ucp_main.php @@ -195,8 +195,6 @@ class ucp_main 'POSTS_DAY' => $user->lang('POST_DAY', $posts_per_day), 'POSTS_PCT' => $user->lang('POST_PCT', $percentage), - 'INTERESTS' => (!empty($row['user_interests'])) ? $row['user_interests'] : '', - // 'S_GROUP_OPTIONS' => $group_options, 'U_SEARCH_USER' => ($auth->acl_get('u_search')) ? append_sid("{$phpbb_root_path}search.$phpEx", 'author_id=' . $user->data['user_id'] . '&sr=posts') : '', |
