[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH arfnet2-cstims] Cosmetic: add <br> on makeinvoices output


MIME-Version: 1.0
Content-Transfer-Encoding: 8bit

From: arf20 <aruizfernandez05@xxxxxxxxx>

---
 makeinvoices.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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");
-- 
2.39.2