Revision fd1fb704
Von Sven Schöling vor fast 14 Jahren hinzugefügt
SL/Controller/Base.pm | ||
---|---|---|
55 | 55 |
my $content_type = $options->{type} eq 'js' ? 'text/javascript' : 'text/html'; |
56 | 56 |
|
57 | 57 |
print $::form->create_http_response(content_type => $content_type, |
58 |
charset => $::dbcharset || Common::DEFAULT_CHARSET); |
|
58 |
charset => $::dbcharset || Common::DEFAULT_CHARSET());
|
|
59 | 59 |
|
60 | 60 |
} else { |
61 | 61 |
$::form->{title} = $locals{title} if $locals{title}; |
Auch abrufbar als: Unified diff
Nicht exportierte constant muss unter strict als Funktion aufgerufen werden.