Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fd1fb704

Von Sven Schöling vor fast 14 Jahren hinzugefügt

  • ID fd1fb704ee94c12373bb482e1b26dadc256cfd1d
  • Vorgänger e7625d0e
  • Nachfolger 800306d2

Nicht exportierte constant muss unter strict als Funktion aufgerufen werden.

Unterschiede anzeigen:

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