summaryrefslogtreecommitdiff
path: root/httemplate/misc/delete-part_export.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/delete-part_export.cgi')
-rwxr-xr-xhttemplate/misc/delete-part_export.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/delete-part_export.cgi b/httemplate/misc/delete-part_export.cgi
index 16389a90c..5f2ebb99c 100755
--- a/httemplate/misc/delete-part_export.cgi
+++ b/httemplate/misc/delete-part_export.cgi
@@ -8,7 +8,7 @@
%my $part_export = qsearchs('part_export',{'exportnum'=>$exportnum});
%
%my $error = $part_export->delete;
-%eidiot($error) if $error;
+%errorpage($error) if $error;
%
%print $cgi->redirect($p. "browse/part_export.cgi");
%