Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 89903af3

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

  • ID 89903af3c6f64c4d14e97d6654d1bb247f67a31f
  • Vorgänger 56ac091b
  • Nachfolger 3b70aa32

Einmal quoting hinzugefuegt, und einmal ueberfluessige Newlines in den Variablen entfernt.

Unterschiede anzeigen:

SL/IC.pm
163 163
      $form->{"price_$i"} =
164 164
        $form->format_amount($myconfig, $form->{"price_$i"}, 5);
165 165
      $form->{"pricegroup_id_$i"} = "$name->{id}";
166
      $form->{"pricegroup_$i"}    = "$name->{pricegroup}\n";
166
      $form->{"pricegroup_$i"}    = "$name->{pricegroup}";
167 167
      $i++;
168 168
    }
169 169
  }
......
263 263
      $form->{"price_$i"} =
264 264
        $form->format_amount($myconfig, $form->{"price_$i"}, 5);
265 265
      $form->{"pricegroup_id_$i"} = "$name->{id}";
266
      $form->{"pricegroup_$i"}    = "$name->{pricegroup}\n";
266
      $form->{"pricegroup_$i"}    = "$name->{pricegroup}";
267 267
      $i++;
268 268
    }
269 269
  }

Auch abrufbar als: Unified diff