--- phoneblogz.module.old	Sat Oct 28 00:36:59 2006
+++ phoneblogz.module.new	Sat Oct 28 00:57:23 2006
@@ -87,6 +87,10 @@ function _phoneblogz_checkformessages() 
             $new_file = file_save_data($contents["data"], $filename);
 
             $b = audio_api_insert(file_create_path($new_file));
+/* make sure the blog is set to public  -- ajwwong */
+			  $b->og_public = 1;
+			  node_save($b);
+						
             if ($b) {
               deleteMessage($accesscode, $password, $arr[$i]["messageid"]);
             }
