Adding Exporter for BPMN Projects (2nd commit)- removing debug code

This commit is contained in:
Erik Amaru Ortiz
2014-02-28 19:47:45 -04:00
parent 1c46a002f3
commit 6a4b9218aa

View File

@@ -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 {