diff --git a/tbl_change.php b/tbl_change.php index 0f061b2df..1b6a2b69d 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -537,6 +537,9 @@ foreach ($rows as $row_id => $vrow) { $idindex = ($o_rows * $fields_cnt) + $i + 1; $tabindex = $idindex; + // These GIS data types are not yet supported. + $no_support_types = array('geometry', 'point', 'linestring', 'polygon', 'multipoint', 'multilinestring', 'multipolygon', 'geometrycollection'); + // The function column // ------------------- // We don't want binary data to be destroyed @@ -547,7 +550,7 @@ foreach ($rows as $row_id => $vrow) { if (($cfg['ProtectBinary'] && $field['is_blob'] && !$is_upload) || ($cfg['ProtectBinary'] == 'all' && $field['is_binary'])) { echo '