diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-05-01 21:43:10 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-05-01 21:43:10 +0200 |
commit | 8a98c31536821d537929dcc74c2d6b30004eddba (patch) | |
tree | 777a516aa301d9007d5fbdab5a035f72152fc7ed /makeinvoices.php | |
parent | 344f0fd8546d393fcc372fd340f0c1b6455c4dfb (diff) | |
download | arfnet2-cstims-8a98c31536821d537929dcc74c2d6b30004eddba.tar.gz arfnet2-cstims-8a98c31536821d537929dcc74c2d6b30004eddba.zip |
Cosmetic: add <br> on makeinvoices output
Diffstat (limited to 'makeinvoices.php')
-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"); |