aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-14 05:26:17 -0700
committerfriendica <info@friendica.com>2013-08-14 05:26:17 -0700
commitf287ff596cf8562cdb9290fc0a5b31b45d9100c1 (patch)
treeebdfff8eee1f228620e729c79b2367410f786879 /mod/settings.php
parent6da4e4103196a71fb942d4bc2774fb6dfec4395c (diff)
downloadvolse-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/settings.php')
-rw-r--r--mod/settings.php1
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);