Date: 08/10/01
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr preface.xml"
- Previous message: Adam Dickmeiss: "[PHP-DOC] cvs: phpdoc /en/functions yaz.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
alindeman Fri Aug 10 09:06:57 2001 EDT
Modified files:
/phpdoc/en/functions nis.xml
Log:
Fixed a typo in yp_order
Index: phpdoc/en/functions/nis.xml
diff -u phpdoc/en/functions/nis.xml:1.13 phpdoc/en/functions/nis.xml:1.14
--- phpdoc/en/functions/nis.xml:1.13 Thu Aug 2 13:37:14 2001
+++ phpdoc/en/functions/nis.xml Fri Aug 10 09:06:57 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<reference id="ref.nis">
<title>YP/NIS Functions</title>
<titleabbrev>YP/NIS</titleabbrev>
@@ -86,7 +86,7 @@
<programlisting role="php">
<?php
$number = yp_order($domain,$mapname);
- echo "Order number for this map is: " . $order;
+ echo "Order number for this map is: " . $number;
?>
</programlisting>
</example>
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr preface.xml"
- Previous message: Adam Dickmeiss: "[PHP-DOC] cvs: phpdoc /en/functions yaz.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

