Changeset 1762
- Timestamp:
- 04/03/08 21:58:48 (5 months ago)
- Files:
-
- branches/feature-narrow-tables/lib/MT/Object.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/feature-narrow-tables/lib/MT/Object.pm
r1603 r1762 378 378 or return $class->error('No meta fields specified to install_meta'); 379 379 $params->{fields} = [ 380 map { +{ name => $_, type => 'v char' } } @$cols380 map { +{ name => $_, type => 'vblob' } } @$cols 381 381 ]; 382 382
