/[corp_html]/contact.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /contact.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by dpavlin, Mon Mar 5 11:56:10 2001 UTC revision 1.5 by dpavlin, Mon Mar 5 12:11:05 2001 UTC
# Line 46  if (! isset($mailto)) { Line 46  if (! isset($mailto)) {
46  } else {  } else {
47          $main="Your comment is sent to $mailto. Thank you.";          $main="Your comment is sent to $mailto. Thank you.";
48          include("quoted-printable.inc");          include("quoted-printable.inc");
49          iso_mail("$fullname ($country) <$email>",$mailto,$subject,$comment);          iso_mail("$fullname ($country) <$mailfrom>",$mailto,$subject,$comment);
50  #       $main.="<pre>$mailto $fullname $email $country $subject $comment</pre>";  #       $main.="<pre>$mailto $fullname $mailfrom $country $subject $comment</pre>";
51  }  }
52    
53  $smarty->assign( array(MAIN=>$main, from=>$from,  $smarty->assign( array(MAIN=>$main, from=>$from,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.26