Rev 12975 | Rev 13064 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12975 | Rev 12982 | ||
---|---|---|---|
Line 112... | Line 112... | ||
112 | !if $class_type=2 |
112 | !if $class_type=2 |
113 | !exchange wims_institutionname, wims_classname |
113 | !exchange wims_institutionname, wims_classname |
114 | !endif |
114 | !endif |
115 | !if $class_type=1 |
115 | !if $class_type=1 |
116 | parentcheck=!defof user_class in wimshome/log/classes/$wims_class/.users/$wims_user |
116 | parentcheck=!defof user_class in wimshome/log/classes/$wims_class/.users/$wims_user |
117 | !if $parentcheck!=$empty |
117 | !if $parentcheck!=$empty and $wims_superclass/ notin $parentcheck |
118 | class_parent=$wims_superclass/$parentcheck |
118 | class_parent=$wims_superclass/$parentcheck |
119 | !endif |
119 | !endif |
120 | !endif |
120 | !endif |
121 | !default wims_realuser=$wims_user |
121 | !default wims_realuser=$wims_user |
122 | !read adm/class/userdef logclasses,$wims_class,$wims_realuser |
122 | !read adm/class/userdef logclasses,$wims_class,$wims_realuser |