/[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.9 by dpavlin, Mon Mar 12 20:05:04 2001 UTC revision 1.10 by dpavlin, Sun Mar 18 23:36:26 2001 UTC
# Line 51  $smarty->assign(array(countries=>$countr Line 51  $smarty->assign(array(countries=>$countr
51    
52  include("common.inc");  include("common.inc");
53    
54  if (! isset($mailto)) {  if (isset($mailto) && check_required()) {
         $main=$smarty->fetch("$main_file.tpl");  
 } else {  
55          $main="Your comment is sent to $mailto. Thank you.";          $main="Your comment is sent to $mailto. Thank you.";
56          include("quoted-printable.inc");          include("quoted-printable.inc");
57          iso_mail("$fullname ($country) <$mailfrom>",$mailto,$subject,$comment);          iso_mail("$fullname ($country) <$mailfrom>",$mailto,$subject,$comment);
58  #       $main.="<pre>$mailto $fullname $mailfrom $country $subject $comment</pre>";  #       $main.="<pre>$mailto $fullname $mailfrom $country $subject $comment</pre>";
59    } else {
60            $main=$smarty->fetch("$main_file.tpl");
61  }  }
62    
63  $smarty->assign( array(MAIN=>$main, from=>$from,  $smarty->assign( array(MAIN=>$main, from=>$from,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.26