Merge remote branch 'upstream/master'

This commit is contained in:
tony baldwin 2012-05-17 00:56:19 -04:00
commit 6e280e7143
279 changed files with 98300 additions and 445 deletions

View file

@ -153,6 +153,9 @@ function posterous_post_local(&$a,&$b) {
function posterous_send(&$a,&$b) {
logger('posterous_send: invoked');
return;
if($b['deleted'] || $b['private'] || ($b['created'] !== $b['edited']))
return;