Revision bf10f313
Von Stephan Köhler vor etwa 19 Jahren hinzugefügt
bin/mozilla/ustva.pl | ||
---|---|---|
163 | 163 |
<a href=am.pl?path=$form->{path}&action=config&level=Programm--Preferences&login=$form->{login}&password=$form->{password}> |
164 | 164 |
| . $locale->text('Keine Firmenadresse hinterlegt!') . qq|</a>\n|; |
165 | 165 |
} |
166 |
$form->{co_email}=$form->{email} unless $form->{co_email}='';
|
|
167 |
$form->{co_tel}=$form->{tel} unless $form->{co_tel}='';
|
|
168 |
$form->{co_fax}=$form->{fax} unless $form->{co_fax}='';
|
|
169 |
$form->{co_url}=$form->{urlx} unless $form->{co_url}='';
|
|
166 |
$form->{co_email}=$form->{email} unless $form->{co_email}; |
|
167 |
$form->{co_tel}=$form->{tel} unless $form->{co_tel}; |
|
168 |
$form->{co_fax}=$form->{fax} unless $form->{co_fax}; |
|
169 |
$form->{co_url}=$form->{urlx} unless $form->{co_url}; |
|
170 | 170 |
|
171 | 171 |
|
172 | 172 |
print qq| |
Auch abrufbar als: Unified diff
Merge von 638 aus unstable: Ustva Bug
Bug bei Behandlung der 'alten' Variablenwerte in die neuen Variablennamen
beseitigt.