From: vincent@cubedesigners.com Date: Mon, 20 Jun 2016 11:40:24 +0000 (+0000) Subject: #474 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d52bb09d83f23ba2777ca95a2e67d34700acd64e;p=cubeextranet.git #474 --- diff --git a/inc/ws/Util/class.ws.exporter.php b/inc/ws/Util/class.ws.exporter.php index c0865c179..c451e6293 100644 --- a/inc/ws/Util/class.ws.exporter.php +++ b/inc/ws/Util/class.ws.exporter.php @@ -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);