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) {
|
||||
$columnNode = $this->dom->createElement(strtoupper($key));
|
||||
|
||||
if (is_array($value)) {print_r($value); die;}
|
||||
if (preg_match('/^[\w\s]+$/', $value, $match) || empty($value)) {
|
||||
$textNode = $this->dom->createTextNode($value);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user