View Single Post
  #31  
Old 06-17-2004, 12:07 AM
 
xcell67 xcell67 is offline
 

Senior Member
  
Join Date: Dec 2003
Posts: 149
 

Default

Hi,
I'm on 3.5.8, my include/register.php doesn't have this syntax:

$smarty->assign("error",$error);

but it does have

if (!empty($reg_error))
$smarty->assign("reg_error",$reg_error);

should i just put the code after that?

thanks
Reply With Quote