Rev 12238 | Rev 13760 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12238 | Rev 12316 | ||
---|---|---|---|
Line 71... | Line 71... | ||
71 | !if $exocnt>=$max_exos |
71 | !if $exocnt>=$max_exos |
72 | error=too_many_exos |
72 | error=too_many_exos |
73 | !exit |
73 | !exit |
74 | !endif |
74 | !endif |
75 | idesc=!singlespace $new_desc |
75 | idesc=!singlespace $new_desc |
- | 76 | iattribut=$mod_attribut |
|
76 | idesc=!char 1 to $desc_limit of $idesc |
77 | idesc=!char 1 to $desc_limit of $idesc |
77 | iobs=!singlespace $obs |
78 | iobs=!singlespace $obs |
78 | iobs=!char 1 to $desc_limit of $iobs |
79 | iobs=!char 1 to $desc_limit of $iobs |
79 | ititle=!singlespace $title |
80 | ititle=!singlespace $title |
80 | ititle=!char 1 to $title_limit of $ititle |
81 | ititle=!char 1 to $title_limit of $ititle |
Line 144... | Line 145... | ||
144 | $require\ |
145 | $require\ |
145 | $weight\ |
146 | $weight\ |
146 | $ititle\ |
147 | $ititle\ |
147 | $idesc\ |
148 | $idesc\ |
148 | \ |
149 | \ |
149 |
|
150 | $iobs\ |
- | 151 | \ |
|
- | 152 | $iattribut |
|
150 | 153 | ||
151 | exocnt=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$picksheet |
154 | exocnt=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$picksheet |
152 | wims_module_log=class $class: add No$exocnt to worksheet $picksheet |
155 | wims_module_log=class $class: add No$exocnt to worksheet $picksheet |
153 | !endif |
156 | !endif |