Index: openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl 22 Oct 2001 08:02:10 -0000 1.5 +++ openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl 24 Nov 2001 03:52:22 -0000 1.6 @@ -610,7 +610,7 @@ select c.one_line_summary, c.rating, c.user_comment, - to_char(c.last_modified,'Day Month DD, YYYY') last_modified_pretty, + to_char(c.last_modified,'Day Month DD, YYYY') as last_modified_pretty, u.email, u.user_id from ec_product_comments c, @@ -748,7 +748,7 @@ set current_location [lindex $current_location 1] foreach step {Welcome Address Verify Shipping Payment Confirm} { set category_descriptions Checkout: - ns_log debug ec_navbar $current_location ::: $step + ns_log debug "ec_navbar $current_location ::: $step" if {[string equal -nocase $current_location $step]} { lappend linked_category_list "$step" } else { @@ -1481,7 +1481,7 @@ } elseif {[string compare $_ec_cookie_requirement "cookies_are_not_required"] == 0} { # For this page continue - ns_log debug ec_create_session "cookies are off but that's okay, they aren't required" + ns_log debug "ec_create_session cookies are off but that's okay, they aren't required" } elseif {[string compare $_ec_cookie_requirement "shopping_cart_required"] == 0} {