Changeset 2946 for branches/felix-testing-implementation/src/config/util/dom/AgaviXmlConfigDomElement.class.php
- Timestamp:
- 09/25/08 15:02:12 (4 months ago)
- Location:
- branches/felix-testing-implementation
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
src/config/util/dom/AgaviXmlConfigDomElement.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/felix-testing-implementation
- Property svnmerge-integrated changed from /branches/1.0:1-2892,2894-2932 /branches/dominik-validation-argument-sources:1-2901 to /branches/1.0:1-2892,2894-2944 /branches/dominik-validation-argument-sources:1-2901
-
branches/felix-testing-implementation/src/config/util/dom/AgaviXmlConfigDomElement.class.php
r2882 r2946 161 161 * 162 162 * @author Noah Fontes <noah.fontes@bitextender.com> 163 * @author David Zülke <david.zuelke@bitextender.com> 163 164 * @since 1.0.0 164 165 */ … … 166 167 { 167 168 // if namespace uri is null, use default ns. if empty string, use no ns 168 return $this->countChildren($name ) === 1;169 return $this->countChildren($name, $namespaceUri) === 1; 169 170 170 171 // XXX: not necessary for single elements?

