ability to only expire contacts, not self
This commit is contained in:
parent
0241bd1fbf
commit
2eafa9a475
4 changed files with 10 additions and 5 deletions
|
@ -3082,7 +3082,7 @@ function item_expire($uid,$days) {
|
|||
// $expire_network_only = save your own wall posts
|
||||
// and just expire conversations started by others
|
||||
|
||||
$expire_network_only = get_pconfig($uid,'expire','expire_network_only');
|
||||
$expire_network_only = get_pconfig($uid,'expire','network_only');
|
||||
$sql_extra = ((intval($expire_network_only)) ? " AND wall = 0 " : "");
|
||||
|
||||
$r = q("SELECT * FROM `item`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue