]> git.mxchange.org Git - friendica-addons.git/commitdiff
updates wppost logging + tgz files
authorfriendica <info@friendica.com>
Wed, 30 Nov 2011 07:11:48 +0000 (23:11 -0800)
committerfriendica <info@friendica.com>
Wed, 30 Nov 2011 07:11:48 +0000 (23:11 -0800)
convert.tgz
piwik.tgz
poormancron.tgz
sniper.tgz
tumblr.tgz
twitter.tgz
wppost.tgz
wppost/wppost.php

index b6e3e2a538ccaaba3a6b2e4c2d67a59d7f93eff3..c522abe1d7f6f3dcc88f78911adc6c55941b621f 100644 (file)
Binary files a/convert.tgz and b/convert.tgz differ
index 15bb4d4d4356c1c594197309e058c776510fc512..1b2a4823b723529c0063826fe34c65906ddbfed4 100644 (file)
Binary files a/piwik.tgz and b/piwik.tgz differ
index 1942a164c23ae701b73d71628ac13d0833708156..24a862f40599b8290146607068636b2a9695ddab 100644 (file)
Binary files a/poormancron.tgz and b/poormancron.tgz differ
index 9f4ad13e5183f9122897f79aee871592b5615bde..a6917c2d29ef05928b3d704a7c1ff2ff82ea8613 100644 (file)
Binary files a/sniper.tgz and b/sniper.tgz differ
index 9291801e36e506c0728c2cce0eff1412350c1741..961a25dd0021f7cfef8790639e017dc473f3a32c 100644 (file)
Binary files a/tumblr.tgz and b/tumblr.tgz differ
index f4fcc79c78203cb968c4e8083ea2ffc204157edc..6fbea7340f2e6fcbefe2220bba3abf252e6f6011 100644 (file)
Binary files a/twitter.tgz and b/twitter.tgz differ
index 43bc6f26e836faad81d71cfb7e28712002a66625..2e8fc4fb4670e2de6ea3afdfb724a01a069e4f0e 100644 (file)
Binary files a/wppost.tgz and b/wppost.tgz differ
index d0e48b73e658d62c90fef0d84d6244ae3bb06661..f87d32bbe1f7ba011d1db3189f75c204ec1f5883 100644 (file)
@@ -193,7 +193,7 @@ EOT;
 
                if($wp_blog !== 'test')
                        $x = post_url($wp_blog,$xml);
-               logger('posted to wordpress');
+               logger('posted to wordpress: ' . ($x) ? $x : '');
 
        }
 }