summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_xml.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/it_xml.class b/it_xml.class
index ec73324..4e838c1 100644
--- a/it_xml.class
+++ b/it_xml.class
@@ -41,6 +41,7 @@ function it_xml($xmldata = "", $p = array())
/**
* Factory method to return XML object tree from XML string. Params like constructor
+ * WARNING: Returned value will not contain the $p parameters in $this->_p so writing may cause problems
* Example: $root = it_xml::create("<a><b id='2'/></a>", array("b"));
*/