projects
/
pr0n
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
No need to dberror out when we are using RaiseError.
[pr0n]
/
perl
/
Sesse
/
pr0n
/
WebDAV.pm
diff --git
a/perl/Sesse/pr0n/WebDAV.pm
b/perl/Sesse/pr0n/WebDAV.pm
index cfaa0ec097da601d0982883b95d0ce8b2bac0425..aecd9fdae7aa5ca713f4e87083556605c035b516 100644
(file)
--- a/
perl/Sesse/pr0n/WebDAV.pm
+++ b/
perl/Sesse/pr0n/WebDAV.pm
@@
-500,7
+500,7
@@
EOF
if ($@) {
# Some error occurred, rollback and bomb out
$dbh->rollback;
-
db
error($r, "Transaction aborted because $@");
+ error($r, "Transaction aborted because $@");
unlink($fname);
}
}