Diff for /loncom/interface/loncommon.pm between versions 1.1259 and 1.1260

version 1.1259, 2016/11/08 23:51:11 version 1.1260, 2016/11/13 14:22:15
Line 14829  currcat - scalar with an & separated lis Line 14829  currcat - scalar with an & separated lis
   
 type    - scalar contains course type (Course or Community).  type    - scalar contains course type (Course or Community).
   
   disabled - scalar (optional) contains disabled="disabled" if input elements are
              to be readonly (e.g., Domain Helpdesk role viewing course settings).
   
 Returns: $output (markup to be displayed)   Returns: $output (markup to be displayed) 
   
 =cut  =cut
Line 14917  path - Array containing all categories b Line 14920  path - Array containing all categories b
   
 currcategories - reference to array of current categories assigned to the course  currcategories - reference to array of current categories assigned to the course
   
   disabled - scalar (optional) contains disabled="disabled" if input elements are
              to be readonly (e.g., Domain Helpdesk role viewing course settings).
   
 Returns: $output (markup to be displayed).  Returns: $output (markup to be displayed).
   
 =cut  =cut

Removed from v.1.1259  
changed lines
  Added in v.1.1260


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