diff options
author | friendica <info@friendica.com> | 2013-08-14 05:26:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-14 05:26:17 -0700 |
commit | f287ff596cf8562cdb9290fc0a5b31b45d9100c1 (patch) | |
tree | ebdfff8eee1f228620e729c79b2367410f786879 /mod | |
parent | 6da4e4103196a71fb942d4bc2774fb6dfec4395c (diff) | |
download | volse-hubzilla-f287ff596cf8562cdb9290fc0a5b31b45d9100c1.tar.gz volse-hubzilla-f287ff596cf8562cdb9290fc0a5b31b45d9100c1.tar.bz2 volse-hubzilla-f287ff596cf8562cdb9290fc0a5b31b45d9100c1.zip |
fix expire so it actually should expire stuff; and mostly the correct stuff - though it DOESN'T currently send out notifications to connections
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 0cca41810..c39286ebc 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -330,7 +330,6 @@ function settings_post(&$a) { $expire_items = ((x($_POST,'expire_items')) ? intval($_POST['expire_items']) : 0); - $expire_notes = ((x($_POST,'expire_notes')) ? intval($_POST['expire_notes']) : 0); $expire_starred = ((x($_POST,'expire_starred')) ? intval($_POST['expire_starred']) : 0); $expire_photos = ((x($_POST,'expire_photos'))? intval($_POST['expire_photos']) : 0); $expire_network_only = ((x($_POST,'expire_network_only'))? intval($_POST['expire_network_only']) : 0); |