debugging of file attachment api - somewhat functional but the attachment info structure in the item table needs to be re-done.
This commit is contained in:
@@ -17,10 +17,12 @@ function wall_attach_post(&$a) {
|
||||
$channel = $r[0];
|
||||
|
||||
}
|
||||
|
||||
else
|
||||
killme();
|
||||
|
||||
$r = attach_store($channel,get_observer_hash());
|
||||
|
||||
if(! $r['success']) {
|
||||
notice( $r['message'] . EOL);
|
||||
killme();
|
||||
|
||||
Reference in New Issue
Block a user