Project

General

Profile

Bug #22058 ยป t3lib_install.patch

Administrator Admin, 2010-02-04 15:48

View differences:

t3lib/class.t3lib_install.php
}
if (!strlen($table)) {
$parts = explode(' ',$value);
$parts = preg_split("/\s+/",$value);
if ($parts[0]=='CREATE' && $parts[1]=='TABLE') {
$table = str_replace( '`', '', $parts[2]);
if (TYPO3_OS=='WIN') { // tablenames are always lowercase on windows!
    (1-1/1)