@@ -1875,8 +1875,7 @@ |
||
1875 | 1875 | $colInfo['type'] = substr($colParts[0], 0, $fparen); |
1876 | 1876 | $colInfo['length'] = str_replace(")", "", substr($colParts[0], $fparen+1)); |
1877 | 1877 | $colInfo['attributes'] = isset($colParts[1]) ? $colParts[1] : NULL; |
1878 | - } |
|
1879 | - else |
|
1878 | + } else |
|
1880 | 1879 | { |
1881 | 1880 | $colInfo['type'] = $colParts[0]; |
1882 | 1881 | } |