projects
/
pr0n
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2552286
)
No need to dberror out when we are using RaiseError.
author
Steinar H. Gunderson
<sesse@debian.org>
Mon, 25 Dec 2006 20:41:04 +0000
(21:41 +0100)
committer
Steinar H. Gunderson
<sesse@debian.org>
Mon, 25 Dec 2006 20:41:04 +0000
(21:41 +0100)
perl/Sesse/pr0n/WebDAV.pm
patch
|
blob
|
history
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);
}
}