]> _ Git - cubeextranet.git/commitdiff
#474
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 20 Jun 2016 11:40:24 +0000 (11:40 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 20 Jun 2016 11:40:24 +0000 (11:40 +0000)
inc/ws/Util/class.ws.exporter.php

index c0865c1798cc07da623657b49a41f8679a82ec8b..c451e6293c6ebbb51fc533a70fe80c177d778d42 100644 (file)
@@ -127,7 +127,7 @@ class wsExporter {
                                $add = explode("\n", $collection->settings['offline_syncs']);
                                foreach ($add as $a) {
                                        $a = trim($a);
-                                       if ($a == '' || substr($a, 0, 1) == '#') {
+                                       if ($a == '' || substr($a, 0, 1) == '#' || substr($a, 0, 1) == ';') {
                                                continue;
                                        }
                                        list($to, $source) = explode(':', $a);