Index: openacs-4/packages/imsld/tcl/imsld-gsi-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-gsi-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/imsld/tcl/imsld-gsi-procs.tcl 4 Apr 2018 20:29:49 -0000 1.4 +++ openacs-4/packages/imsld/tcl/imsld-gsi-procs.tcl 15 Nov 2019 09:09:58 -0000 1.5 @@ -40,12 +40,12 @@ Return a list with all service_id that are in a given UoL (the one instantiated by the run_id) } { set environments_in_run [db_list get_environments { - select ie.item_id + select ienv.item_id from imsld_componentsi ici, imsld_imsldsi iii, imsld_runs ir, - imsld_environmentsi ie - where ie.component_id=ici.item_id and + imsld_environmentsi ienv + where ienv.component_id=ici.item_id and ici.imsld_id=iii.item_id and iii.imsld_id=ir.imsld_id and ir.run_id=:run_id