diff options
author | jeff <jeff> | 2007-10-08 19:04:50 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-10-08 19:04:50 +0000 |
commit | de08f05ca3392cd47de0a144fd5938f458f2b4cc (patch) | |
tree | 7ddfaccf94a857c899524d77a096bed169ea03f5 /httemplate/misc/process/link.cgi | |
parent | 2ad6056b681be4cdec55563c8889eb5afd2032ca (diff) |
Remove remaining calls to idiot/eidiot. Should fix 1479
Diffstat (limited to 'httemplate/misc/process/link.cgi')
-rwxr-xr-x | httemplate/misc/process/link.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/process/link.cgi b/httemplate/misc/process/link.cgi index 7c71371ee..66f4ee11d 100755 --- a/httemplate/misc/process/link.cgi +++ b/httemplate/misc/process/link.cgi @@ -39,7 +39,7 @@ % % my $svc_x = $svc_x[0]; % -% eidiot("$link_field not found!") unless $svc_x; +% errorpage("$link_field not found!") unless $svc_x; % % $svcnum = $svc_x->svcnum; % @@ -69,7 +69,7 @@ <!-- mason kludge --> % -% idiot($error); +% errorpage($error); %} % % |