summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/CGI.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm
index 98f26f383..85b91eab2 100644
--- a/FS/FS/CGI.pm
+++ b/FS/FS/CGI.pm
@@ -43,9 +43,8 @@ Returns an HTML header.
=cut
sub header {
- my($title,$menubar,$etc)=@_;
- #use Carp;
- #confess $etc if defined $etc;
+ my($title,$menubar,$etc)=@_; #$etc is for things like onLoad= etc.
+ use Carp;
$etc = '' unless defined $etc;
my $x = <<END;