Changeset 4951
- Timestamp:
- 10/30/09 11:06:21 (4 weeks ago)
- Files:
-
- 1 modified
-
branches/greyhound/lib/MT/BackupRestore.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/lib/MT/BackupRestore.pm
r4937 r4951 193 193 }, 194 194 'order' => 500 195 }; 196 197 # And objectscores. 198 my $oc = MT->model('objectscore'); 199 push @object_hashes, { 200 $oc => { 201 terms => { object_ds => 'author' }, 202 args => undef, 203 }, 204 'order' => 510, 195 205 }; 196 206 }
