summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-07-02 10:38:59 +0400
committerAndrew Dolgov <[email protected]>2014-07-02 10:38:59 +0400
commit3e0f2090bfe90756b6a0a8f803ec5c407b50c41e (patch)
treebff4642c32a6e27e5680a1af18a53ebea91ed9e9 /include
parent18c1b21d28d337a54fc5805c2367ccf6650f75aa (diff)
mail plugin: cleanup disabled completion, add configurable destination email list
Diffstat (limited to 'include')
-rw-r--r--include/functions2.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 507c5343e..d6a399ffc 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -1747,7 +1747,7 @@
return $rv;
}
- function save_email_address($email) {
+ /* function save_email_address($email) {
// FIXME: implement persistent storage of emails
if (!$_SESSION['stored_emails'])
@@ -1755,7 +1755,7 @@
if (!in_array($email, $_SESSION['stored_emails']))
array_push($_SESSION['stored_emails'], $email);
- }
+ } */
function get_feed_access_key($feed_id, $is_cat, $owner_uid = false) {