diff options
| -rwxr-xr-x | httemplate/misc/cancel-unaudited.cgi | 2 | 
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;  | 
