[phpXML] Bug in setAttributes
Brought to you by:
bs_php,
nigelswinson
|
From: <nig...@us...> - 2001-10-05 10:47:18
|
> just patched phpxml 1.N.5:
>
> // OLD --------------------------------------------------
> function setAttributes($absoluteXPath, $attribute) {
<snip>
>
> Tell me where the $path variableis set and why the parameter
> $attribute
> is called $attributes in the function...
>
>
> // NEW --------------------------------------------------
> function setAttributes($absoluteXPath, $attributes) {
<snip>
Thanks. Spotted some other instances of this too. Oops (again). And there
was me thinking it was a good idea to change from $path to $absoluteXPath.
:o)
===========================
For the most recent version of phpxml, V1.N.X, and an archive of this list
visit: http://www.sourceforge.net/projects/phpxmldb
--
This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../
|