Code to delete photos and their data.
This commit is contained in:
parent
c8da6cfe26
commit
7b6ea1350f
2 changed files with 14 additions and 7 deletions
|
|
@ -191,9 +191,9 @@ cmp_deeply(
|
|||
#----------------------------------------------------------------------------
|
||||
# Cleanup
|
||||
END {
|
||||
$archive->purge if $archive;
|
||||
$topic->purge if $topic;
|
||||
if ($versionTag) {
|
||||
$versionTag->rollback;
|
||||
}
|
||||
# $archive->purge if $archive;
|
||||
# $topic->purge if $topic;
|
||||
# if ($versionTag) {
|
||||
# $versionTag->rollback;
|
||||
# }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue