Diff for /loncom/interface/loncommon.pm between versions 1.948.2.28 and 1.948.2.29

version 1.948.2.28, 2011/05/27 19:31:50 version 1.948.2.29, 2011/05/28 00:02:38
Line 9106  sub check_for_upload { Line 9106  sub check_for_upload {
                   &mt('Unable to upload [_1]. (size = [_2] bytes)',                    &mt('Unable to upload [_1]. (size = [_2] bytes)',
                       '<span class="LC_filename">'.$fname.'</span>',                        '<span class="LC_filename">'.$fname.'</span>',
                       $filesize).'<br />'.                        $filesize).'<br />'.
                   &mt('Either the file you attempted to upload was empty, or your web browser was unable to read its contents.').'<br />';                    &mt('Either the file you attempted to upload was empty, or your web browser was unable to read its contents.').'<br />'.
                   '</span>';                    '</span>';
         return ('zero_bytes',$msg);          return ('zero_bytes',$msg);
     }      }

Removed from v.1.948.2.28  
changed lines
  Added in v.1.948.2.29


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