Fixed #14 the sql field type build method

This commit is contained in:
2016-07-17 11:24:51 +01:00
parent 2f9e54e371
commit f76587361b
363 changed files with 380 additions and 363 deletions

View File

@ -853,6 +853,11 @@ class Fields extends Structure
$fieldSet .= $optionSet;
$fieldSet .= "\n\t\t" . $taber . "</field>";
}
elseif ($typeName == 'sql')
{
$optionArray = false;
$fieldSet .= "\n\t\t" . $taber . "/>";
}
else
{
$optionArray = false;