Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c8c1042a

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

  • ID c8c1042a337f37b85c1dc3d550e3cbd7bc57e9d8
  • Vorgänger 343d3419
  • Nachfolger 4e070acf

TopQuickSearch: qw() -> liste, zum einfachen auskommentieren

Unterschiede anzeigen:

SL/Controller/TopQuickSearch.pm
11 11
 'scalar --get_set_init' => [ qw(module js) ],
12 12
);
13 13

  
14
my @available_modules = qw(
15
  SL::Controller::TopQuickSearch::Article
16
  SL::Controller::TopQuickSearch::Part
17
  SL::Controller::TopQuickSearch::Service
18
  SL::Controller::TopQuickSearch::Assembly
19
  SL::Controller::TopQuickSearch::Contact
20
  SL::Controller::TopQuickSearch::GLTransaction
14
my @available_modules = (
15
  'SL::Controller::TopQuickSearch::Article',
16
  'SL::Controller::TopQuickSearch::Part',
17
  'SL::Controller::TopQuickSearch::Service',
18
  'SL::Controller::TopQuickSearch::Assembly',
19
  'SL::Controller::TopQuickSearch::Contact',
20
  'SL::Controller::TopQuickSearch::GLTransaction',
21 21
);
22 22
my %modules_by_name;
23 23

  

Auch abrufbar als: Unified diff