Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 65df2ecc

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

  • ID 65df2ecc07d76c4714a5548ab6140852bc3abf07
  • Vorgänger 260f51fe
  • Nachfolger 20310b7f

Einige strict Probleme mit vclimit=0

Unterschiede anzeigen:

bin/mozilla/bp.pl
95 95
  # setup customer/vendor selection
96 96
  BP->get_vc(\%myconfig, \%$form);
97 97

  
98
  if (@{ $form->{"all_$form->{vc}"} }) {
98
  if (@{ $form->{"all_$form->{vc}"} || [] }) {
99 99
    map { $name .= "<option>$_->{name}--$_->{id}\n" }
100 100
      @{ $form->{"all_$form->{vc}"} };
101 101
    $name = qq|<select name=$form->{vc}><option>\n$name</select>|;

Auch abrufbar als: Unified diff