| Nuno Lopes 2006-06-01, 3:58 am |
| nlopess Thu Jun 1 08:50:16 2006 UTC
Modified files:
/phpdoc/en/reference/simplexml/functions simplexml-load-file.xml
Log:
fix copy-paste error in see also section
http://cvs.php.net/viewcvs.cgi/phpd...3&diff_format=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.12 phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.13
--- phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.12 Wed May 31 22:54:02 2006
+++ phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml Thu Jun 1 08:50:16 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<refentry id='function.simplexml-load-file'>
<refnamediv>
<refname>simplexml_load_file</refname>
@@ -85,7 +85,7 @@
&reftitle.seealso;
<para>
<simplelist>
- <member><xref linkend="function.simplexml-load-file" /></member>
+ <member><xref linkend="function.simplexml-load-string" /></member>
<member><xref linkend="function.simplexml-element-construct" /></member>
</simplelist>
</para>
|