Changeset 607 for trunk/MTBooter
- Timestamp:
- 04/09/08 21:50:11 (2 years ago)
- Location:
- trunk/MTBooter/lib/MTBooter
- Files:
-
- 2 modified
-
App/CMS.pm (modified) (1 diff)
-
Data.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MTBooter/lib/MTBooter/App/CMS.pm
r605 r607 252 252 $param->{ 'confirm_mode' } = "dashboard"; 253 253 } else { 254 die("CF present! I think!");255 254 create_custom_fields_for_blog($app); 256 255 -
trunk/MTBooter/lib/MTBooter/Data.pm
r605 r607 912 912 913 913 eval { require CustomFields::Field }; 914 #use CustomFields::Field;915 914 916 915 #for each object in the system, create all possible blog-level custom fields for that object--first, for entries
