Index: openacs-4/packages/rules/tcl/rules-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rules/tcl/Attic/rules-procs-oracle.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/rules/tcl/rules-procs-oracle.xql 3 Dec 2004 18:02:56 -0000 1.1 +++ openacs-4/packages/rules/tcl/rules-procs-oracle.xql 7 Dec 2004 17:43:47 -0000 1.2 @@ -30,9 +30,9 @@ - select a.asm_name - from rules r, assessments a - where a.asm_id=r.asm_id and r.rule_id=:rule_id + select a.name + from rules r, surveys a + where a.survey_id=r.asm_id and r.rule_id=:rule_id