Message538
 
 
 
 
  
      Logged In: YES 
user_id=218539
Here is a patch:
Index: roundup/cgi/templating.py
===================================================================
RCS file: /var/lib/cvs/nkm/roundup/roundup/cgi/templating.py,v
retrieving revision 1.1.1.2
diff -r1.1.1.2 templating.py
1160,1162c1160,1162
<         for value in self._value:
<             if value not in options:
<                 options.insert(0, value)
---
>         for val in self._value:
>             if val not in options:
>                 options.insert(0, val)
  | 
   
  
 
|
 
| Date | 
User | 
Action | 
Args | 
 
| 2009-02-03 14:20:10 | admin | link | issue652089 messages |  
| 2009-02-03 14:20:10 | admin | create |  |  
 
 
 |