Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7274f9c8

Von Sven Schöling vor etwa 13 Jahren hinzugefügt

  • ID 7274f9c8e8c61b00ff7a4e2bad6accec85015a73
  • Vorgänger 48554177
  • Nachfolger f45b296f

Alle 2-arg open in 3-arg open verwandelt.

Unterschiede anzeigen:

SL/User.pm
150 150
      }
151 151

  
152 152
      # update the tables
153
      if (!open(FH, ">" . $::lx_office_conf{paths}->{userspath} . "/nologin")) {
153
      if (!open(FH, ">", $::lx_office_conf{paths}->{userspath} . "/nologin")) {
154 154
        $form->show_generic_error($main::locale->text('A temporary file could not be created. ' .
155 155
                                                      'Please verify that the directory "#1" is writeable by the webserver.',
156 156
                                                      $::lx_office_conf{paths}->{userspath}),

Auch abrufbar als: Unified diff