Index: openacs-4/packages/ecommerce/www/register/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/register/Attic/index.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/register/index.tcl 20 Apr 2001 20:51:14 -0000 1.1 +++ openacs-4/packages/ecommerce/www/register/index.tcl 22 Jul 2001 05:27:34 -0000 1.2 @@ -43,8 +43,9 @@ # if http_id is set, change the first headline of the page to "Secure Login" # if http_id is set, display a small banner, asking the user to "Please login to the secure server" +# gilbertw: OpenACS templating fix if {[info exists http_id]} { - template::query email onevalue "select email from parties where party_id = :http_id" + template::query get_email email onevalue "select email from parties where party_id = :http_id" } else { set http_id "" }