summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authordmose%mozilla.org <>2000-04-28 08:12:44 +0200
committerdmose%mozilla.org <>2000-04-28 08:12:44 +0200
commitab5a3eb5f76714d8d69e63a0f8dcb16b9326dbc9 (patch)
tree3fc7df80eeeee24fb60ae36438ddf2c53550e906 /CGI.pl
parente0195342e76673a15cfa2ca2b789d94238b64729 (diff)
downloadbugzilla-ab5a3eb5f76714d8d69e63a0f8dcb16b9326dbc9.tar.gz
bugzilla-ab5a3eb5f76714d8d69e63a0f8dcb16b9326dbc9.tar.xz
Fixed a typo that was causing Perl to abort before printing the HTML
footer when a certain database inconsistency was detected.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index e70da5d4d..a0f667af3 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -456,7 +456,7 @@ sub make_options {
}
print "<pre>src = " . value_quote(join(' ', @$src)) . "\n";
print "default = " . value_quote($default) . "</pre>";
- Putfooter();
+ PutFooter();
# confess "Gulp.";
exit 0;