Browse Source

Avoid DSMing the DC... Derp.

pull/99/head
Adam Vessey 13 years ago
parent
commit
548861b7bc
  1. 1
      ObjectHelper.inc

1
ObjectHelper.inc

@ -425,7 +425,6 @@ class ObjectHelper {
),
);
$rows = array();
dsm($xmlstr);
foreach ($simplexml->getNamespaces(TRUE) as $ns) {
foreach ($simplexml->children($ns) as $child) {
$rows[] = array(

Loading…
Cancel
Save