diff options
author | 2002-09-05 14:28:28 +0000 | |
---|---|---|
committer | 2002-09-05 14:28:28 +0000 | |
commit | 02ce78bfc701dfaea5c8ba94927d6496d7f8f727 (patch) | |
tree | 6d99a8b9966a0c7f81663d88f9acbd583f53914c /CGI.pl | |
parent | Bug 146134 - checksetup.pl gives weird error message (diff) | |
download | bugzilla-02ce78bfc701dfaea5c8ba94927d6496d7f8f727.tar.gz bugzilla-02ce78bfc701dfaea5c8ba94927d6496d7f8f727.tar.bz2 bugzilla-02ce78bfc701dfaea5c8ba94927d6496d7f8f727.zip |
Bug 166698 - clean up the error system, which was confused and broken. Patch by gerv; r=bbaetz.
Diffstat (limited to 'CGI.pl')
-rw-r--r-- | CGI.pl | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) = (@_); |