Diff for /loncom/interface/domainprefs.pm between versions 1.102.2.14 and 1.102.2.15

version 1.102.2.14, 2010/04/14 05:16:47 version 1.102.2.15, 2010/08/20 04:03:56
Line 2030  sub print_contacts { Line 2030  sub print_contacts {
                       '<input type="text" name="'.$type.'_others" '.                        '<input type="text" name="'.$type.'_others" '.
                       'value="'.$otheremails{$type}.'"  />';                        'value="'.$otheremails{$type}.'"  />';
         if ($type eq 'helpdeskmail') {          if ($type eq 'helpdeskmail') {
             $datatable .= '<br />'.&mt('Bcc').':'.('&nbsp;'x6).              $datatable .= '<br />'.&mt('Bcc:').('&nbsp;'x6).
                           '<input type="text" name="'.$type.'_bcc" '.                            '<input type="text" name="'.$type.'_bcc" '.
                           'value="'.$bccemails{$type}.'"  />';                            'value="'.$bccemails{$type}.'"  />';
         }          }

Removed from v.1.102.2.14  
changed lines
  Added in v.1.102.2.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>