phanto Tue Nov 13 19:30:57 2001 EDT
Modified files:
/phpdoc/en/faq com.xml
/phpdoc/en/functions com.xml
Log:
removed hardcoded links
Index: phpdoc/en/faq/com.xml
diff -u phpdoc/en/faq/com.xml:1.4 phpdoc/en/faq/com.xml:1.5
--- phpdoc/en/faq/com.xml:1.4 Sat Nov 10 16:49:28 2001
+++ phpdoc/en/faq/com.xml Tue Nov 13 19:30:56 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<chapter id="faq.com">
<title>PHP and COM</title>
<titleabbrev>PHP and COM</titleabbrev>
@@ -189,7 +189,7 @@
<answer>
<para>
The answer is as simple as unsatisfying. I don't know exactly but i think you
can do nothing.
- If someone has specific information about this, please let <ulink
url="mailto:[EMAIL PROTECTED]">me</ulink> know :)
+ If someone has specific information about this, please let <ulink
+url="mailto:&email.harald;">me</ulink> know :)
</para>
</answer>
</qandaentry>
Index: phpdoc/en/functions/com.xml
diff -u phpdoc/en/functions/com.xml:1.23 phpdoc/en/functions/com.xml:1.24
--- phpdoc/en/functions/com.xml:1.23 Sun Nov 11 20:52:26 2001
+++ phpdoc/en/functions/com.xml Tue Nov 13 19:30:56 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
<reference id="ref.com">
<title>COM support functions for Windows</title>
<titleabbrev>COM</titleabbrev>
@@ -16,9 +16,9 @@
<simpara>COM functions are only available on the Windows version of
PHP.</simpara>
<simpara>For further information on COM read the
- <ulink url="http://www.microsoft.com/Com/resources/comdocs.asp">COM
- specification</ulink>or perhaps take a look at Don Box's
- <ulink url="http://www.developmentor.com/dbox/yacl.htm"> Yet Another
COM
+ <ulink url="&url.comspecs;">COM
+ specification</ulink> or perhaps take a look at Don Box's
+ <ulink url="&url.yacl;"> Yet Another COM
Libracy (YACL)</ulink> </simpara>
</partintro>