Subversion Repositories wimsdev

Rev

Rev 5025 | Rev 5069 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5025 Rev 5026
Line 188... Line 188...
188
 !default superclass=$class
188
 !default superclass=$class
189
 
189
 
190
 auth_method=!defof class_auth in wimshome/log/classes/$superclass/.def
190
 auth_method=!defof class_auth in wimshome/log/classes/$superclass/.def
191
 !bound auth_method within $auth_method_list default $ 
191
 !bound auth_method within $auth_method_list default $ 
192
 
192
 
193
 !if $class_defined=yes and ($auth_user!=$empty or $auth_method isitemof $auth_method)
193
 !if $class_defined=yes and ($auth_user!=$empty or $auth_method isitemof $auth_method_list)
194
   !changeto var.auth
194
   !changeto var.auth
195
 !endif
195
 !endif
196
!endif
196
!endif