[LON-CAPA-cvs] cvs: loncom /html/adm/helper newslot.helper

albertel lon-capa-cvs-allow@mail.lon-capa.org
Fri, 06 Apr 2007 20:43:33 -0000


albertel		Fri Apr  6 16:43:33 2007 EDT

  Modified files:              
    /loncom/html/adm/helper	newslot.helper 
  Log:
  - BUG#5167 if select proctoring force to set at least 1 proctor
  
  
Index: loncom/html/adm/helper/newslot.helper
diff -u loncom/html/adm/helper/newslot.helper:1.22 loncom/html/adm/helper/newslot.helper:1.23
--- loncom/html/adm/helper/newslot.helper:1.22	Mon Dec 18 16:49:32 2006
+++ loncom/html/adm/helper/newslot.helper	Fri Apr  6 16:43:33 2007
@@ -239,7 +239,7 @@
     <nextstate>RESTRICTUSER</nextstate>
 
     <student variable="proctor" multichoice="1" coursepersonnel="1"
-             activeonly="1" emptyallowed="1">
+             activeonly="1" emptyallowed="0">
       <defaultvalue>
         my @defaults;
         my $default=&{$helper->{DATA}{origslot}}('proctor');