diff roundup/cgi/templating.py @ 1160:420de8f2d308

no idea why this code existed, but bye bye
author Richard Jones <richard@users.sourceforge.net>
date Wed, 18 Sep 2002 00:00:24 +0000
parents 26c8cb2162d7
children cc67cc87cc9c
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Tue Sep 17 23:59:59 2002 +0000
+++ b/roundup/cgi/templating.py	Wed Sep 18 00:00:24 2002 +0000
@@ -954,9 +954,6 @@
         # sort function
         sortfunc = make_sort_function(self._db, self._prop.classname)
 
-        # force the value to be a single choice
-        if isinstance(value, type('')):
-            value = value[0]
         linkcl = self._db.getclass(self._prop.classname)
         l = ['<select name="%s">'%self._name]
         k = linkcl.labelprop(1)

Roundup Issue Tracker: http://roundup-tracker.org/