From 8f8700ddd2902525270a1e0e593b916ebb6f51fb Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 16 Jan 2015 00:53:04 -0800 Subject: mod_prep usability enhancements, doc updates --- doc/html/items_8php.html | 78 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 69 insertions(+), 9 deletions(-) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 45b53cdc5..c91269a88 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -236,10 +236,10 @@ Functions    drop_items ($items)   - drop_item ($id, $interactive=true, $stage=DROPITEM_NORMAL) -  - delete_item_lowlevel ($item, $stage=DROPITEM_NORMAL) -  + drop_item ($id, $interactive=true, $stage=DROPITEM_NORMAL, $force=false) +  + delete_item_lowlevel ($item, $stage=DROPITEM_NORMAL, $force=false) +   first_post_date ($uid, $wall=false)    list_post_dates ($uid, $wall, $mindate) @@ -258,6 +258,8 @@ Functions    item_remove_cid ($xchan_hash, $mid, $uid)   + set_linkified_perms ($linkified, &$str_contact_allow, &$str_group_allow, $profile_uid, $parent_item=false) + 

Function Documentation

@@ -699,7 +701,7 @@ Functions - +
@@ -713,7 +715,13 @@ Functions - + + + + + + + @@ -723,11 +731,11 @@ Functions
 $stage = DROPITEM_NORMAL $stage = DROPITEM_NORMAL,
 $force = false 
-

Referenced by drop_item().

+

Referenced by drop_item().

- +
@@ -747,7 +755,13 @@ Functions - + + + + + + + @@ -1847,6 +1861,52 @@ Functions

Referenced by diaspora_comment(), item_store(), and item_store_update().

+ + + +
+
+
 $stage = DROPITEM_NORMAL $stage = DROPITEM_NORMAL,
 $force = false 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
set_linkified_perms ( $linkified,
$str_contact_allow,
$str_group_allow,
 $profile_uid,
 $parent_item = false 
)
+
+ +

Referenced by item_post().

+
-- cgit v1.2.3