Bug #21730 » 12829_core.diff
t3lib/class.t3lib_sqlparser.php (working copy) | ||
---|---|---|
case 'ADDKEY':
|
||
case 'ADDPRIMARYKEY':
|
||
$result['KEY'] = $fieldKey;
|
||
$result['fields'] = $this->getValue($parseString,'_LIST');
|
||
$result['fields'] = $this->getValue($parseString, '_LIST', 'INDEX');
|
||
if ($this->parse_error) { return $this->parse_error; }
|
||
break;
|
||
case 'DROPKEY':
|