--- loncom/homework/edit.pm 2002/04/26 13:30:08 1.34
+++ loncom/homework/edit.pm 2002/07/17 18:06:18 1.35
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# edit mode helpers
#
-# $Id: edit.pm,v 1.34 2002/04/26 13:30:08 harris41 Exp $
+# $Id: edit.pm,v 1.35 2002/07/17 18:06:18 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -426,7 +426,7 @@ sub select_or_text_arg {
}
}
$optionlist.="\n";
- if ($found) {
+ if (($found) || (!$selected)) {
$result.=$description.'';