|
@@ -479,6 +479,9 @@ class TableAcl {
|
|
|
unset($html->attrs['type']);
|
|
unset($html->attrs['type']);
|
|
|
unset($html->attrs['value']);
|
|
unset($html->attrs['value']);
|
|
|
}
|
|
}
|
|
|
|
|
+ else if ('polygon' == $colType['type']) {
|
|
|
|
|
+ return '...';
|
|
|
|
|
+ }
|
|
|
else {
|
|
else {
|
|
|
echo'unknown Type "'.$colType['type'].'"';
|
|
echo'unknown Type "'.$colType['type'].'"';
|
|
|
}
|
|
}
|