Skip to content

Commit 53922f9

Browse files
author
Richard Jones
committed
no idea why this code existed, but bye bye
1 parent ecc4428 commit 53922f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

roundup/cgi/templating.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -954,9 +954,6 @@ def menu(self, size=None, height=None, showid=0, additional=[],
954954
# sort function
955955
sortfunc = make_sort_function(self._db, self._prop.classname)
956956

957-
# force the value to be a single choice
958-
if isinstance(value, type('')):
959-
value = value[0]
960957
linkcl = self._db.getclass(self._prop.classname)
961958
l = ['<select name="%s">'%self._name]
962959
k = linkcl.labelprop(1)

0 commit comments

Comments
 (0)