Index: openacs-4/packages/logger/tcl/ui-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/tcl/ui-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/logger/tcl/ui-procs.tcl 6 May 2003 17:36:31 -0000 1.5 +++ openacs-4/packages/logger/tcl/ui-procs.tcl 8 May 2003 13:54:59 -0000 1.6 @@ -89,14 +89,6 @@ set variable_options [list] db_foreach variable_options { - select lv.variable_id, - lv.name - from logger_variables lv - where exists (select 1 - from logger_project_var_map lpvm - where lpvm.project_id = :project_id - and lpvm.variable_id = lv.variable_id - ) } { lappend variable_options [list $name $variable_id] }