svn: /phpdoc/de/trunk/reference/mysqli/functions/ mysqli-connect.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sun, 10 Jun 2018 10:21:19 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=345113
Log:
Fix #76441: [DE] Quotation marks not escaped
Bug: https://bugs.php.net/76441 (Verified) [DE] Quotation marks not escaped
Changed paths:
U phpdoc/de/trunk/reference/mysqli/functions/mysqli-connect.xml
Modified: phpdoc/de/trunk/reference/mysqli/functions/mysqli-connect.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/functions/mysqli-connect.xml 2018-06-09 21:13:30 UTC (rev 345112)
+++ phpdoc/de/trunk/reference/mysqli/functions/mysqli-connect.xml 2018-06-10 10:21:19 UTC (rev 345113)
@@ -37,7 +37,7 @@
exit;
}
-echo "Erfolg: es wurde ordnungsgemäß mit MySQL verbunden! Die Datenbank "datenbank" ist toll." . PHP_EOL;
+echo "Erfolg: es wurde ordnungsgemäß mit MySQL verbunden! Die Datenbank \"datenbank\" ist toll." . PHP_EOL;
echo "Host-Informationen: " . mysqli_get_host_info($link) . PHP_EOL;
mysqli_close($link);