diff options
-rw-r--r-- | makeinvoices.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makeinvoices.php b/makeinvoices.php index ca0201a..f4f02e8 100644 --- a/makeinvoices.php +++ b/makeinvoices.php @@ -156,7 +156,7 @@ if ($_SERVER["REQUEST_METHOD"] == "GET") { if (!mysqli_stmt_execute($stmt) || (mysqli_stmt_affected_rows($stmt) != 1)) { echo "SQL error."; } else { - echo $client["id"]." ok ".$ret[1]."\n"; + echo $client["id"]." ok ".$ret[1]."<br>\n"; } send_invoice_mail($ret, $client["email"], "Monthly invoice"); |