Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/00-database-procs.tcl,v diff -u -r1.60 -r1.61 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 10 Jun 2005 14:54:52 -0000 1.60 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 19 Jun 2005 16:47:55 -0000 1.61 @@ -1095,12 +1095,7 @@ while { [db_getrow $db $selection] } { set this_result [list] for { set i 0 } { $i < [ns_set size $selection] } { incr i } { - set result_value [ns_set value $selection $i] - if {[string match "#*#" $result_value]} { - lappend this_result [lang::util::localize $result_value] - } else { - lappend this_result $result_value - } + lappend this_result [ns_set value $selection $i] } lappend result $this_result }