derick Fri May 24 13:18:45 2002 EDT Modified files: /phpdoc-nl/reference/datetime/functions date.xml /phpdoc-nl/reference/exec reference.xml /phpdoc-nl/reference/mysql/functions mysql-affected-rows.xml mysql-insert-id.xml mysql-query.xml mysql-tablename.xml /phpdoc-nl/reference/strings reference.xml Log: - Bringing translations in sync with EN Index: phpdoc-nl/reference/datetime/functions/date.xml diff -u phpdoc-nl/reference/datetime/functions/date.xml:1.2 phpdoc-nl/reference/datetime/functions/date.xml:1.3 --- phpdoc-nl/reference/datetime/functions/date.xml:1.2 Wed Apr 17 03:14:08 2002 +++ phpdoc-nl/reference/datetime/functions/date.xml Fri May 24 13:18:43 2002 @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./nl/functions/datetime.xml, last change in rev 1.1 --> -<!-- last change to 'date' in en/ tree in rev 1.2 --> -<!-- EN-Revision: 1.2 Maintainer: derick Status: ready --> -<!-- OLD-Revision: 1.70/EN.1.2 --> +<!-- EN-Revision: 1.3 Maintainer: derick Status: ready --> +<!-- $Revision: 1.3 $ --> <refentry id="function.date"> <refnamediv> <refname>date</refname> Index: phpdoc-nl/reference/exec/reference.xml diff -u phpdoc-nl/reference/exec/reference.xml:1.1 phpdoc-nl/reference/exec/reference.xml:1.2 --- phpdoc-nl/reference/exec/reference.xml:1.1 Sun May 12 05:08:52 2002 +++ phpdoc-nl/reference/exec/reference.xml Fri May 24 13:18:43 2002 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> -<!-- EN-Revision: 1.3 Maintainer: derick Status: ready --> +<!-- $Revision: 1.2 $ --> +<!-- EN-Revision: 1.4 Maintainer: derick Status: ready --> <reference id="ref.exec"> <title>Functies voor programma uitvoer</title> <titleabbrev>Programma uitvoer</titleabbrev> @@ -31,7 +31,7 @@ <section id="exec.resources"> &reftitle.resources; - &no.resource + &no.resource; </section> <section id="exec.constants"> Index: phpdoc-nl/reference/mysql/functions/mysql-affected-rows.xml diff -u phpdoc-nl/reference/mysql/functions/mysql-affected-rows.xml:1.5 phpdoc-nl/reference/mysql/functions/mysql-affected-rows.xml:1.6 --- phpdoc-nl/reference/mysql/functions/mysql-affected-rows.xml:1.5 Sat May 11 07:11:58 2002 +++ phpdoc-nl/reference/mysql/functions/mysql-affected-rows.xml Fri May 24 13:18:44 +2002 @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- EN-Revision: 1.4 Maintainer: manuzhai Status: ready --> +<!-- $Revision: 1.6 $ --> +<!-- EN-Revision: 1.5 Maintainer: manuzhai Status: ready --> <refentry id="function.mysql-affected-rows"> <refnamediv> <refname>mysql_affected_rows</refname> @@ -90,7 +91,7 @@ /* Update records */ mysql_query("UPDATE mytable SET used=1 WHERE id < 10"); - printf ("Updated records: %d\n", mysql_affected_rpws()); + printf ("Updated records: %d\n", mysql_affected_rows()); mysql_query("COMMIT"); ?> ]]> Index: phpdoc-nl/reference/mysql/functions/mysql-insert-id.xml diff -u phpdoc-nl/reference/mysql/functions/mysql-insert-id.xml:1.3 phpdoc-nl/reference/mysql/functions/mysql-insert-id.xml:1.4 --- phpdoc-nl/reference/mysql/functions/mysql-insert-id.xml:1.3 Mon Apr 29 06:30:36 2002 +++ phpdoc-nl/reference/mysql/functions/mysql-insert-id.xml Fri May 24 13:18:44 +2002 @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- EN-Revision: 1.3 Maintainer: manuzhai Status: ready --> +<!-- $Revision: 1.4 $ --> +<!-- EN-Revision: 1.4 Maintainer: manuzhai Status: ready --> <refentry id="function.mysql-insert-id"> <refnamediv> <refname>mysql_insert_id</refname> @@ -55,7 +56,7 @@ die("Kan geen verbinding maken"); mysql_select_db("mydb"); - mysql_query("INSERT INTO mytable (product) values ('kossu'); + mysql_query("INSERT INTO mytable (product) values ('kossu')"); printf ("Laatst toegevoegde record heeft id %d\n", mysql_insert_id()); ?> ]]> Index: phpdoc-nl/reference/mysql/functions/mysql-query.xml diff -u phpdoc-nl/reference/mysql/functions/mysql-query.xml:1.3 phpdoc-nl/reference/mysql/functions/mysql-query.xml:1.4 --- phpdoc-nl/reference/mysql/functions/mysql-query.xml:1.3 Mon Apr 29 06:30:36 2002 +++ phpdoc-nl/reference/mysql/functions/mysql-query.xml Fri May 24 13:18:44 2002 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> +<!-- $Revision: 1.4 $ --> <!-- EN-Revision: 1.2 Maintainer: manuzhai Status: ready --> <refentry id="function.mysql-query"> <refnamediv> Index: phpdoc-nl/reference/mysql/functions/mysql-tablename.xml diff -u phpdoc-nl/reference/mysql/functions/mysql-tablename.xml:1.3 phpdoc-nl/reference/mysql/functions/mysql-tablename.xml:1.4 --- phpdoc-nl/reference/mysql/functions/mysql-tablename.xml:1.3 Mon Apr 29 06:30:36 2002 +++ phpdoc-nl/reference/mysql/functions/mysql-tablename.xml Fri May 24 13:18:44 +2002 @@ -28,9 +28,9 @@ for ($i = 0; $i < mysql_num_rows($result); $i++) { printf ("Table: %s\n", mysql_tablename($result, $i)); + } mysql_free_result($result); -} ?> ]]> </programlisting> Index: phpdoc-nl/reference/strings/reference.xml diff -u phpdoc-nl/reference/strings/reference.xml:1.3 phpdoc-nl/reference/strings/reference.xml:1.4 --- phpdoc-nl/reference/strings/reference.xml:1.3 Mon May 20 07:32:22 2002 +++ phpdoc-nl/reference/strings/reference.xml Fri May 24 13:18:44 2002 @@ -18,8 +18,8 @@ </para> <para> Voor nog krachtigere manieren om strings te gebruiken en te manipuleren - zie ook de <link linkend="ref.regex">POSIX regular expression functies</link> - en de <link linkend="ref.pcre">Perl compatible regular expression functies</link>. + zie ook de <link linkend="ref.regex">POSIX regular expression functies</link> + en de <link linkend="ref.pcre">Perl compatible regular expression functies</link>. </para> </partintro>