From 02ce78bfc701dfaea5c8ba94927d6496d7f8f727 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 5 Sep 2002 14:28:28 +0000 Subject: Bug 166698 - clean up the error system, which was confused and broken. Patch by gerv; r=bbaetz. --- CGI.pl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index a0a0cfd72..0c85128d1 100644 --- a/CGI.pl +++ b/CGI.pl @@ -861,10 +861,6 @@ sub ThrowCodeError { } # For errors made by the user. -# The correct use of this function is to pass an error tag, defined in -# user-error.html.tmpl, as the first parameter, and then, optionally, -# undef as the second parameter and $unlock_tables as the third. -# The second parameter will eventually go away. sub ThrowUserError { ($vars->{'error'}, my $unlock_tables) = (@_); -- cgit v1.2.3-24-g4f1b