Project

General

Profile

Bug #20397 ยป 11040.diff

Administrator Admin, 2009-05-07 08:23

View differences:

t3lib/class.t3lib_sqlparser.php (working copy)
// Finding what is after the table definition - table type in MySQL
if ($delim==')') {
if ($this->nextPart($parseString, '^(TYPE[[:space:]]*=)')) {
if ($this->nextPart($parseString, '^((ENGINE|TYPE)[[:space:]]*=)')) {
$result['tableType'] = $parseString;
$parseString = '';
}
......
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_sqlparser.php']);
}
?>
?>
    (1-1/1)