[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

raeburn raeburn at source.lon-capa.org
Tue Dec 17 20:32:16 EST 2013


raeburn		Wed Dec 18 01:32:16 2013 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - MB instead of Mb
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1162 loncom/interface/loncommon.pm:1.1163
--- loncom/interface/loncommon.pm:1.1162	Sun Dec  1 21:29:12 2013
+++ loncom/interface/loncommon.pm	Wed Dec 18 01:32:16 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1162 2013/12/01 21:29:12 raeburn Exp $
+# $Id: loncommon.pm,v 1.1163 2013/12/18 01:32:16 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -8697,7 +8697,7 @@
    course
 
 Returns:
-1. Disk quota (in Mb) assigned to student.
+1. Disk quota (in MB) assigned to student.
 2. (Optional) Type of setting: custom or default
    (individually assigned or default for user's 
    institutional status).
@@ -8813,14 +8813,14 @@
 
 Returns:
 
-1. Default disk quota (in Mb) for user portfolios in the domain.
+1. Default disk quota (in MB) for user portfolios in the domain.
 2. (Optional) institutional type which determined the value of the
    default quota.
 
 If a value has been stored in the domain's configuration db,
 it will return that, otherwise it returns 20 (for backwards 
 compatibility with domains which have not set up a configuration
-db file; the original statically defined portfolio quota was 20 Mb). 
+db file; the original statically defined portfolio quota was 20 MB). 
 
 If the user's status includes multiple types (e.g., staff and student),
 the largest default quota which applies to the user determines the




More information about the LON-CAPA-cvs mailing list