From 3c640e57c5815c970e706f724fb29a3114826352 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 2 Feb 2014 15:41:49 +0100 Subject: [ticket/12115] Convert user occupation to a profile field PHPBB3-12115 --- phpBB/includes/functions_user.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/includes/functions_user.php') diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 17cdd0ce39..4ad6dc4469 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -210,7 +210,6 @@ function user_add($user_row, $cp_data = false) 'user_lastpage' => '', 'user_posts' => 0, 'user_colour' => '', - 'user_occ' => '', 'user_interests' => '', 'user_avatar' => '', 'user_avatar_type' => '', -- cgit v1.2.1