svn: /phpdoc/de/trunk/reference/pgsql/ examples.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Fri, 16 Mar 2018 23:09:19 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=344530

Log:
Fix typo

Patch provided by Johannes Rubenz.

Changed paths:
    U   phpdoc/de/trunk/reference/pgsql/examples.xml

Modified: phpdoc/de/trunk/reference/pgsql/examples.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/examples.xml	2018-03-16 20:20:59 UTC (rev 344529)
+++ phpdoc/de/trunk/reference/pgsql/examples.xml	2018-03-16 23:09:19 UTC (rev 344530)
@@ -19,7 +19,7 @@
 $dbconn = pg_connect("host=localhost dbname=publishing user=www password=foo")
     or die('Verbindungsaufbau fehlgeschlagen: ' . pg_last_error());

-// Eine SQL-Abfrge ausführen
+// Eine SQL-Abfrage ausführen
 $query = 'SELECT * FROM authors';
 $result = pg_query($query) or die('Abfrage fehlgeschlagen: ' . pg_last_error());
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.