Index: openacs-4/packages/assessment/tcl/callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/callback-procs.tcl,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/assessment/tcl/callback-procs.tcl 15 Jun 2005 18:07:50 -0000 1.1.2.3 +++ openacs-4/packages/assessment/tcl/callback-procs.tcl 27 Jun 2005 14:47:47 -0000 1.1.2.4 @@ -7,8 +7,7 @@ Return the properly formed link (URL) that the user will click to go into the registration process. } { - set assessment_id [parameter::get -parameter AsmForRegisterId] - + set assessment_id [parameter::get -parameter RegistrationId] if { $assessment_id != 0 } { set package_id [db_string package_id {}]