Commit 2f909335ed6d65353b73264814e98069af3cd4a8

Authored by Alex Savenko
1 parent 33cd4d50

fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
www-arktika/email.php
@@ -24,7 +24,7 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && @@ -24,7 +24,7 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) &&
24 $code = "4749440"; 24 $code = "4749440";
25 25
26 $today = date("Y-m-d H:i:s"); 26 $today = date("Y-m-d H:i:s");
27 - $query = pg_query($db_conn, "INSERT INTO customers_arktika (name, email, date) VALUES (E'".$name."', E'".$email."', CURRENT_TIMESTAMP)"); 27 + //query = pg_query($db_conn, "INSERT INTO customers_arktika (name, email, date) VALUES (E'".$name."', E'".$email."', CURRENT_TIMESTAMP)");
28 //Create a new PHPMailer instance 28 //Create a new PHPMailer instance
29 $mail = new PHPMailer; 29 $mail = new PHPMailer;
30 //Tell PHPMailer to use SMTP 30 //Tell PHPMailer to use SMTP