Index: openacs-4/packages/lors/lib/course-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors/lib/course-new.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/lors/lib/course-new.tcl 3 Sep 2008 16:31:24 -0000 1.3 +++ openacs-4/packages/lors/lib/course-new.tcl 25 Sep 2008 08:46:24 -0000 1.4 @@ -4,7 +4,6 @@ @param package_id (optional) optional package to create the course under, probably lorsm or lors-central @param folder_id root folder to store stuff in @param return_url (defaults to ad_return_url) - @param return_url_base (if you want to redirect to return_url_base?man_id={man_id} use this } # ad_form requires man_id NOT to be set if its new @@ -47,9 +46,6 @@ -identifier [util_text_to_url -text $name] \ -org_folder_id $new_items_parent_id - if {[info exists return_url_base] && $return_url_base ne ""} { - set return_url [export_vars -base $return_url_base {man_id}] - } if {![info exists return_url] || $return_url eq ""} { set return_url [export_vars -base course-structure {man_id}] }