Adding Exporter for BPMN Projects (2nd commit)- removing debug code
This commit is contained in:
@@ -54,7 +54,6 @@ class XmlExporter extends Exporter
|
|||||||
foreach ($recordData as $key => $value) {
|
foreach ($recordData as $key => $value) {
|
||||||
$columnNode = $this->dom->createElement(strtoupper($key));
|
$columnNode = $this->dom->createElement(strtoupper($key));
|
||||||
|
|
||||||
if (is_array($value)) {print_r($value); die;}
|
|
||||||
if (preg_match('/^[\w\s]+$/', $value, $match) || empty($value)) {
|
if (preg_match('/^[\w\s]+$/', $value, $match) || empty($value)) {
|
||||||
$textNode = $this->dom->createTextNode($value);
|
$textNode = $this->dom->createTextNode($value);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user