Changeset 1905
- Timestamp:
- 04/15/08 02:44:16 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/lib/MT/BackupRestore/BackupFileHandler.pm
r1873 r1905 262 262 $exists = 1 if $perm; 263 263 } 264 elsif ('objectscore' eq $name) { 265 my $score = $class->exist( { 266 author_id => $obj->author_id, 267 object_id => $obj->object_id, 268 object_ds => $obj->object_ds, 269 }); 270 $exists = 1 if $score; 271 } 264 272 unless ($exists) { 265 273 my $result;
