Export connectors now are using the "plaintext" function, improvements to tumblr, short post detection for wordpress #194

Merged
annando merged 6 commits from master into master 2014-05-29 14:06:09 +02:00
Showing only changes of commit 2394ee288a - Show all commits

View file

@ -1333,7 +1333,7 @@ function pumpio_getallusers(&$a, $uid) {
}
foreach ($users->items AS $user)
echo pumpio_get_contact($uid, $user)."\n";
pumpio_get_contact($uid, $user);
}
function pumpio_queue_hook(&$a,&$b) {