summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-03-12 18:45:36 +0000
committerivan <ivan>2002-03-12 18:45:36 +0000
commit62a0a2a05de9f43e625357cc262312b86d178799 (patch)
treedd0c5031956e7c3183b678708f35685ba380b242 /httemplate
parentf96adaf19c0097ef8c9d6f29a5541b75381cc05d (diff)
print error message for failed cancels!
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/misc/cancel-unaudited.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cancel-unaudited.cgi b/httemplate/misc/cancel-unaudited.cgi
index 8f31db838..ecfaef29f 100755
--- a/httemplate/misc/cancel-unaudited.cgi
+++ b/httemplate/misc/cancel-unaudited.cgi
@@ -33,7 +33,7 @@ if ( $error ) {
%>
<!-- mason kludge -->
<%
- &eidiot(@_);
+ &eidiot($error);
} else {
$dbh->commit or die $dbh->errstr;