diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-01-30 20:15:10 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-01-30 20:15:20 +0100 |
commit | d221a694bba106e2d722a0bfea282f71c62f1c2d (patch) | |
tree | 7c3ade0d6c764e6bb069eacfc577ad3a2fe79c75 | |
parent | 85c5bd7db2f39699299e11e246288d11382dae47 (diff) | |
download | extbase-generator-cli-d221a694bba106e2d722a0bfea282f71c62f1c2d.tar.gz extbase-generator-cli-d221a694bba106e2d722a0bfea282f71c62f1c2d.tar.bz2 extbase-generator-cli-d221a694bba106e2d722a0bfea282f71c62f1c2d.zip |
cleanup an old comment
-rwxr-xr-x | add_extbase_property.sh | 4 |
1 files changed, 0 insertions, 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`) |