From: Chuck Scott Date: Mon, 11 May 2015 20:01:31 +0000 (-0400) Subject: Stuff X-Git-Tag: v1.0.0~23 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=df892fabde9d1ef0ef6d6bba24aa6c1ee8bd166c;p=WP-Plugins%2Fglm-member-db.git Stuff --- diff --git a/classes/glmMemberImportFromConnections.php b/classes/glmMemberImportFromConnections.php index 82c64278..d25b8a05 100644 --- a/classes/glmMemberImportFromConnections.php +++ b/classes/glmMemberImportFromConnections.php @@ -412,7 +412,6 @@ class GlmMemberImportFromConnections // Check for Logo $logo = ''; -echo "
".print_r($m['options'],1)."
"; if (isset($m['options']['logo'])) { $logoPath = $m['options']['logo']['meta']['path']; $logo = $this->storeImage($logoPath); @@ -420,6 +419,7 @@ echo "
".print_r($m['options'],1)."
"; $logo = ''; } } elseif (isset($m['options']['image'])) { +echo "
".print_r($m['options'],1)."
"; $imagePath = $m['options']['image']['meta']['original']; $logo = $this->storeImage($imagePath); if ($logo === false) {