Commit 471a8e50e430f31825b11372fb9719eb11d849ac
1 parent
d7079c22
fix
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
www-arktika/email.php
| ... | ... | @@ -25,7 +25,6 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && |
| 25 | 25 | |
| 26 | 26 | $today = date("Y-m-d H:i:s"); |
| 27 | 27 | $query = pg_query($db_conn, "INSERT INTO customers_arktika (name, email, date) VALUES (E'".$name."', E'".$email."', CURRENT_TIMESTAMP)") or die(json_encode(pg_last_error())); |
| 28 | - exit; | |
| 29 | 28 | //Create a new PHPMailer instance |
| 30 | 29 | $mail = new PHPMailer; |
| 31 | 30 | //Tell PHPMailer to use SMTP | ... | ... |
www-arktika/list.php
| ... | ... | @@ -163,7 +163,7 @@ |
| 163 | 163 | </td> |
| 164 | 164 | </tr> |
| 165 | 165 | <tr> |
| 166 | - <td background="list_images/bottom_white.png" width="100%" style="background-position: bottom center;" align="center" valign="top"> | |
| 166 | + <td background="list_images/bottom_white.png" width="100%" style="background-position: bottom center;background-repeat:no-repeat;" align="center" valign="top"> | |
| 167 | 167 | <table border="0" cellpadding="0" cellspacing="0" width="620px"> |
| 168 | 168 | |
| 169 | 169 | <tr><td height="30px"></td> | ... | ... |