[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /interface domainprefs.pm

raeburn raeburn@source.lon-capa.org
Thu, 03 Sep 2009 21:20:14 -0000


raeburn		Thu Sep  3 21:20:14 2009 EDT

  Modified files:              (Branch: version_2_9_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - Backport of 1.104 was missing this change. 
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.102.2.3 loncom/interface/domainprefs.pm:1.102.2.4
--- loncom/interface/domainprefs.pm:1.102.2.3	Sun Aug 23 17:36:53 2009
+++ loncom/interface/domainprefs.pm	Thu Sep  3 21:20:14 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.102.2.3 2009/08/23 17:36:53 raeburn Exp $
+# $Id: domainprefs.pm,v 1.102.2.4 2009/09/03 21:20:14 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1370,9 +1370,6 @@
                     }
                 }
             }
-            if (!$curroption) {
-                $curroption = 'norequest';
-            }
             $datatable .= '<th>'.$titles{$item}.'</th>';
             my $checked = '';
             if ($curroption eq '') {