We don't need photos to also include attachments. It's interesting, but not all that useful.
This commit is contained in:
parent
8fc321ca62
commit
05bec13bdc
@ -52,6 +52,7 @@ function wall_attach_post(&$a) {
|
|||||||
echo "\n\n" . $r['body'] . "\n\n";
|
echo "\n\n" . $r['body'] . "\n\n";
|
||||||
if($using_api)
|
if($using_api)
|
||||||
return;
|
return;
|
||||||
|
killme();
|
||||||
}
|
}
|
||||||
echo "\n\n" . '[attachment]' . $r['data']['hash'] . ',' . $r['data']['revision'] . '[/attachment]' . "\n";
|
echo "\n\n" . '[attachment]' . $r['data']['hash'] . ',' . $r['data']['revision'] . '[/attachment]' . "\n";
|
||||||
killme();
|
killme();
|
||||||
|
Reference in New Issue
Block a user