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

raeburn raeburn@source.lon-capa.org
Wed, 27 Jan 2010 16:15:23 -0000


raeburn		Wed Jan 27 16:15:23 2010 EDT

  Modified files:              (Branch: version_2_9_X)
    /loncom/interface	loncommon.pm 
  Log:
  - Backport 1.922.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.692.4.26 loncom/interface/loncommon.pm:1.692.4.27
--- loncom/interface/loncommon.pm:1.692.4.26	Tue Jan 19 16:42:15 2010
+++ loncom/interface/loncommon.pm	Wed Jan 27 16:15:23 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.692.4.26 2010/01/19 16:42:15 raeburn Exp $
+# $Id: loncommon.pm,v 1.692.4.27 2010/01/27 16:15:23 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1882,7 +1882,7 @@
         $selectform.=
 	    '<option value="'.&HTML::Entities::encode($key,'"<>&').'" '.
             ($key eq $def ? 'selected="selected" ' : '').
-                ">".&mt($hash{$key})."</option>\n";
+                ">".$hash{$key}."</option>\n";
     }
     $selectform.="</select>";
     return $selectform;