Diff for /loncom/auth/loncacc.pm between versions 1.54 and 1.55

version 1.54, 2011/10/21 16:03:11 version 1.55, 2011/10/24 22:39:14
Line 75  store where they wanted to go (first url Line 75  store where they wanted to go (first url
   
 =over  =over
   
 =item constructaccess($url,$ownerdomain)  =item constructaccess($url,$setpriv)
   
 See if the owner domain and name  See if the owner domain and name
 in the URL match those in the expected environment.  If so, return   in the URL match those in the expected environment.  If so, return 
 two element list ($ownername,$ownerdomain).  Else, return null string.  two element list ($ownername,$ownerdomain).  Else, return null string.
   If 'setpriv' is set to 'setpriv', it actually assigns the privileges.
 =back  =back
   
 =cut  =cut

Removed from v.1.54  
changed lines
  Added in v.1.55


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