From f1d5ffda693fa44d3325785c5c8e8021d8873bea Mon Sep 17 00:00:00 2001 From: Tobias Luther Date: Sun, 29 Jun 2014 21:20:43 +0200 Subject: delete my original doc working backup folder --- doc/old/html/include_2message_8php.html | 322 -------------------------------- 1 file changed, 322 deletions(-) delete mode 100644 doc/old/html/include_2message_8php.html (limited to 'doc/old/html/include_2message_8php.html') diff --git a/doc/old/html/include_2message_8php.html b/doc/old/html/include_2message_8php.html deleted file mode 100644 index feacd5b3a..000000000 --- a/doc/old/html/include_2message_8php.html +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - -The Red Matrix: include/message.php File Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
message.php File Reference
-
-
- - - - - - - - - - - - -

-Functions

 send_message ($uid=0, $recipient='', $body='', $subject='', $replyto='', $expires= '')
 
 private_messages_list ($uid, $mailbox= '', $start=0, $numitems=0)
 
 private_messages_fetch_message ($channel_id, $messageitem_id, $updateseen=false)
 
 private_messages_drop ($channel_id, $messageitem_id, $drop_conversation=false)
 
 private_messages_fetch_conversation ($channel_id, $messageitem_id, $updateseen=false)
 
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
private_messages_drop ( $channel_id,
 $messageitem_id,
 $drop_conversation = false 
)
-
- -

Referenced by mail_content(), and message_content().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
private_messages_fetch_conversation ( $channel_id,
 $messageitem_id,
 $updateseen = false 
)
-
- -

Referenced by mail_content().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
private_messages_fetch_message ( $channel_id,
 $messageitem_id,
 $updateseen = false 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
private_messages_list ( $uid,
 $mailbox = '',
 $start = 0,
 $numitems = 0 
)
-
- -

Referenced by message_content().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
send_message ( $uid = 0,
 $recipient = '',
 $body = '',
 $subject = '',
 $replyto = '',
 $expires = '' 
)
-
-

When a photo was uploaded into the message using the (profile wall) ajax uploader, The permissions are initially set to disallow anybody but the owner from seeing it. This is because the permissions may not yet have been set for the post. If it's private, the photo permissions should be set appropriately. But we didn't know the final permissions on the post until now. So now we'll look for links of uploaded messages that are in the post and set them to the same permissions as the post itself.

- -

Referenced by api_direct_messages_new(), and mail_post().

- -
-
-
-
- -- cgit v1.2.3