aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-05-01 21:43:10 +0200
committerarf20 <aruizfernandez05@gmail.com>2024-05-01 21:43:10 +0200
commit8a98c31536821d537929dcc74c2d6b30004eddba (patch)
tree777a516aa301d9007d5fbdab5a035f72152fc7ed
parent344f0fd8546d393fcc372fd340f0c1b6455c4dfb (diff)
downloadarfnet2-cstims-8a98c31536821d537929dcc74c2d6b30004eddba.tar.gz
arfnet2-cstims-8a98c31536821d537929dcc74c2d6b30004eddba.zip
Cosmetic: add <br> on makeinvoices output
-rw-r--r--makeinvoices.php2
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");