From d52bb09d83f23ba2777ca95a2e67d34700acd64e Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 20 Jun 2016 11:40:24 +0000 Subject: [PATCH] #474 --- inc/ws/Util/class.ws.exporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5