Stuff
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 20:01:31 +0000 (16:01 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 11 May 2015 20:01:31 +0000 (16:01 -0400)
classes/glmMemberImportFromConnections.php

index 82c6427..d25b8a0 100644 (file)
@@ -412,7 +412,6 @@ class GlmMemberImportFromConnections
 
                 // Check for Logo
                 $logo = '';
-echo "<pre>".print_r($m['options'],1)."</pre>";
                 if (isset($m['options']['logo'])) {
                     $logoPath = $m['options']['logo']['meta']['path'];
                     $logo = $this->storeImage($logoPath);
@@ -420,6 +419,7 @@ echo "<pre>".print_r($m['options'],1)."</pre>";
                         $logo = '';
                     }
                 } elseif (isset($m['options']['image'])) {
+echo "<pre>".print_r($m['options'],1)."</pre>";
                     $imagePath = $m['options']['image']['meta']['original'];
                     $logo = $this->storeImage($imagePath);
                     if ($logo === false) {