From 7ca24f8d36a97f3bee07dad05c51174494e80269 Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Thu, 22 Oct 2015 15:25:37 +0200
Subject: [PATCH] [BUGFIX] Duplicate TCA description column

Column "description" of be_users table was defined twice.

Resolves: #70954
Releases: master
Change-Id: Ic736a67dc6860ec0d81eecec1fdf9eeb3e996a38
Reviewed-on: https://review.typo3.org/44224
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Andreas Fernandez <typo3@scripting-base.de>
Tested-by: Andreas Fernandez <typo3@scripting-base.de>
---
 typo3/sysext/core/Configuration/TCA/be_users.php | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/typo3/sysext/core/Configuration/TCA/be_users.php b/typo3/sysext/core/Configuration/TCA/be_users.php
index c5d17e002733..d1bef300053a 100644
--- a/typo3/sysext/core/Configuration/TCA/be_users.php
+++ b/typo3/sysext/core/Configuration/TCA/be_users.php
@@ -382,14 +382,6 @@ return array(
                 'maxitems' => 9999
             )
         ),
-        'description' => array(
-            'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.description',
-            'config' => array(
-                'type' => 'text',
-                'rows' => 5,
-                'cols' => 30
-            )
-        )
     ),
     'types' => array(
         '0' => array('showitem' => 'disable, username, password, description, avatar, usergroup, admin, realName, email, lang, lastlogin,
-- 
GitLab