Changeset 1849 for branches/feature-narrow-tables/lib/MT/Meta/Proxy.pm
- Timestamp:
- 04/11/08 00:41:33 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-narrow-tables/lib/MT/Meta/Proxy.pm
r1836 r1849 177 177 or Carp::croak("Metadata $field on $pkg not found."); 178 178 my $type = $meta->{type}; 179 my $meta_is_blob = ($meta_obj->properties->{column_defs}->{$type}||'') eq 'blob'; 179 180 my $meta_col_def = $meta_obj->column_def($type); 181 my $meta_is_blob = $meta_col_def ? $meta_col_def->{type} eq 'blob' : 0; 180 182 181 183 ## xxx can be a hook?
