X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Ffunctions2.php;h=d6a399ffcdd9a1fd4db9a5c7740abfe9ceb4d00d;hb=3e0f2090bfe90756b6a0a8f803ec5c407b50c41e;hp=507c5343e46e0c3cca80106160cb000595cc885b;hpb=7b3110c9c97346c7625fba81238d2119381e2247;p=tt-rss.git diff --git a/include/functions2.php b/include/functions2.php index 507c5343..d6a399ff 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) {