Project

General

Profile

Bug #21730 » 12829_core.diff

Administrator Admin, 2010-02-14 18:29

View differences:

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':
(1-1/2)