View Single Post
  #331  
Old 03-11-2005, 08:59 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

This version should have been corrected and you should have been sent an updated copy already.

The code:

Code:
func_header_location($redirect_to."/cart.php?mode=checkout")

Should have a ";" on the end of it.

Code:
func_header_location($redirect_to."/cart.php?mode=checkout");
Reply With Quote