Revision c2dda789
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
CT->get_tuple(\%myconfig, \%$form);
|
||
CT->populate_drop_down_boxes(\%myconfig, \%$form);
|
||
|
||
# format " into "
|
||
map { $form->{$_} =~ s/\"/"/g } keys %$form;
|
||
|
||
$form->{title} = "Edit";
|
||
|
||
# format discount
|
Auch abrufbar als: Unified diff
Nicht doppelt quoten.