Diff for /loncom/interface/lonuserutils.pm between versions 1.86 and 1.87

version 1.86, 2009/04/04 21:47:41 version 1.87, 2009/04/22 16:44:36
Line 3607  sub upfile_drop_add { Line 3607  sub upfile_drop_add {
         } else {          } else {
             $r->print('<h3>'.&mt('Adding/Modifying Users')."</h3>\n<p>\n");              $r->print('<h3>'.&mt('Adding/Modifying Users')."</h3>\n<p>\n");
         }          }
           $r->rflush;
   
         my %counts = (          my %counts = (
                        user => 0,                         user => 0,
                        auth => 0,                         auth => 0,

Removed from v.1.86  
changed lines
  Added in v.1.87


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