X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=demo%2Fclient%2Fmail.php;h=7ac6e78d19ee7e6a28ed877f0638961a1f1dceb7;hb=14d751affbd67ae17751d25781b7995bc259585d;hp=9486e095440cf8e3a7ea72590fbd4df60f60cb4e;hpb=7df27d0ac7a41e6ca108ff85d6bfd379251dfc78;p=plcapi.git diff --git a/demo/client/mail.php b/demo/client/mail.php index 9486e09..7ac6e78 100644 --- a/demo/client/mail.php +++ b/demo/client/mail.php @@ -41,7 +41,7 @@ if (isset($_POST["mailto"]) && $_POST["mailto"]) { if (!$resp->faultCode()) { print "Mail sent OK
\n"; } else { - print ""; + print ""; print "Mail send failed
\n"; print "Fault: "; print "Code: " . htmlspecialchars($resp->faultCode()) .