nlopess Sun Jul 11 06:06:18 2004 EDT
Modified files:
/phpdoc/en/language oop5.xml
/phpdoc/en/language/oop5 oop5-object-comparison.xml
Log:
fix ids, sorry
http://cvs.php.net/diff.php/phpdoc/en/language/oop5.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/language/oop5.xml
diff -u phpdoc/en/language/oop5.xml:1.3 phpdoc/en/language/oop5.xml:1.4
--- phpdoc/en/language/oop5.xml:1.3 Sun Jul 11 05:32:52 2004
+++ phpdoc/en/language/oop5.xml Sun Jul 11 06:06:18 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<chapter id="language.oop5">
<title>Classes and Objects (PHP 5)</title>
@@ -22,7 +22,7 @@
&language.oop5.oop5-magic;
&language.oop5.oop5-final;
&language.oop5.oop5-cloning;
- &language.oop5.object-comparison;
+ &language.oop5.oop5-object-comparison;
&language.oop5.oop5-reflection;
</chapter>
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/oop5-object-comparison.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/language/oop5/oop5-object-comparison.xml
diff -u phpdoc/en/language/oop5/oop5-object-comparison.xml:1.1
phpdoc/en/language/oop5/oop5-object-comparison.xml:1.2
--- phpdoc/en/language/oop5/oop5-object-comparison.xml:1.1 Sun Jul 11 05:32:52
2004
+++ phpdoc/en/language/oop5/oop5-object-comparison.xml Sun Jul 11 06:06:18 2004
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
- <sect1 id="language.oop5.object-comparison">
+<!-- $Revision: 1.2 $ -->
+ <sect1 id="oop5.object-comparison">
<title>Comparing objects</title>
<para>
In PHP 5, object comparison is a more complicated than in PHP 4 and more