diff options
author | friendica <info@friendica.com> | 2011-11-28 19:28:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-28 19:28:33 -0800 |
commit | 034038849cfa710f8b65bc5ab0121cc4865b8b28 (patch) | |
tree | 44e435ea879a27f024863ef6af1a81f25c78e8b9 /view/settings.tpl | |
parent | f4e1135f7962ae06dc529b8d3b9c2f029baa3a73 (diff) | |
download | volse-hubzilla-034038849cfa710f8b65bc5ab0121cc4865b8b28.tar.gz volse-hubzilla-034038849cfa710f8b65bc5ab0121cc4865b8b28.tar.bz2 volse-hubzilla-034038849cfa710f8b65bc5ab0121cc4865b8b28.zip |
mysql error report fix (no mysqli), suggested friends for new members settings
Diffstat (limited to 'view/settings.tpl')
-rw-r--r-- | view/settings.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/settings.tpl b/view/settings.tpl index 1a8d73828..3b10943f3 100644 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -55,6 +55,8 @@ $blockwall $blocktags +$suggestme + {{inc field_input.tpl with $field=$expire.days }}{{endinc}} <div class="field input"> <span class="field_help"><a href="#advaced-expire-popup" id="advenced-expire" class='popupbox' title="$expire.advanced">$expire.label</a></span> |