[TYPO3-core] RFC #13423: Bug/Feature: Make ext_tables.sql syntax parsing more compliable

Joachim Mathes joachim_mathes at web.de
Sun Feb 14 11:02:52 CET 2010


This is an SVN patch request.

Type: Bugfix/New feature

Bugtracker references:
http://bugs.typo3.org/view.php?id=13423

Branches:
TYPO3_4-2-11 & trunk

Problem:
Make ext_tables.sql syntax parsing more compliable.

Solution:
Split string with class.t3lib_div::trimExplode(' ', $value, 1) instead
of explode(' ',$value) in method getFieldDefinitions_fileContent() of
class class.t3lib_install.php

Kind regards
Joachim




More information about the TYPO3-team-core mailing list