From d221a694bba106e2d722a0bfea282f71c62f1c2d Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 30 Jan 2016 20:15:10 +0100 Subject: cleanup an old comment --- add_extbase_property.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/add_extbase_property.sh b/add_extbase_property.sh index b431fef..21cc5c7 100755 --- a/add_extbase_property.sh +++ b/add_extbase_property.sh @@ -7,10 +7,6 @@ model=$1 property=$2 - -# Working for int-only currently -# Need to create a lookup table for type-related definitions in ext_tables.sql/TCA (and Model) -#typ=int typ=$3 extension=$(basename `pwd`) -- cgit