diff --git a/convert.tgz b/convert.tgz index b6e3e2a5..c522abe1 100644 Binary files a/convert.tgz and b/convert.tgz differ diff --git a/piwik.tgz b/piwik.tgz index 15bb4d4d..1b2a4823 100644 Binary files a/piwik.tgz and b/piwik.tgz differ diff --git a/poormancron.tgz b/poormancron.tgz index 1942a164..24a862f4 100644 Binary files a/poormancron.tgz and b/poormancron.tgz differ diff --git a/sniper.tgz b/sniper.tgz index 9f4ad13e..a6917c2d 100644 Binary files a/sniper.tgz and b/sniper.tgz differ diff --git a/tumblr.tgz b/tumblr.tgz index 9291801e..961a25dd 100644 Binary files a/tumblr.tgz and b/tumblr.tgz differ diff --git a/twitter.tgz b/twitter.tgz index f4fcc79c..6fbea734 100644 Binary files a/twitter.tgz and b/twitter.tgz differ diff --git a/wppost.tgz b/wppost.tgz index 43bc6f26..2e8fc4fb 100644 Binary files a/wppost.tgz and b/wppost.tgz differ diff --git a/wppost/wppost.php b/wppost/wppost.php index d0e48b73..f87d32bb 100644 --- a/wppost/wppost.php +++ b/wppost/wppost.php @@ -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 : ''); } }