From 400a40a276c96d0b62a35e586c1d9421a8b7f605 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 13 Jun 2005 10:03:08 +0000 Subject: [PATCH] Fix a mistake, the random stuff is only used in DomNode->*set*_namespace() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188271 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/domxml/functions/DomNode-add-namespace.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/reference/domxml/functions/DomNode-add-namespace.xml b/reference/domxml/functions/DomNode-add-namespace.xml index a3d148e8a8..0edc2f9ccc 100644 --- a/reference/domxml/functions/DomNode-add-namespace.xml +++ b/reference/domxml/functions/DomNode-add-namespace.xml @@ -1,5 +1,5 @@ - + DomNode->add_namespace @@ -14,7 +14,7 @@ booladd_namespace stringuri - stringprefix + stringprefix @@ -42,8 +42,7 @@ prefix - The namespace prefix of the node. If not set, a random prefix will be - generated. + The namespace prefix of the node.