From 3fd0724af366e58932875112d48ca82cab46239c Mon Sep 17 00:00:00 2001 From: Git Date: Sat, 7 Dec 2013 08:00:49 +0000 Subject: [PATCH] Empty commit --- sections/artist/notify.php | 2 +- sections/user/user.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sections/artist/notify.php b/sections/artist/notify.php index 448c4d91..934abb7b 100644 --- a/sections/artist/notify.php +++ b/sections/artist/notify.php @@ -42,7 +42,7 @@ $Cache->delete_value('notify_artists_'.$LoggedUser['ID']); } else { list($ID, $ArtistNames) = $DB->next_record(MYSQLI_NUM, FALSE); - if (stripos($ArtistNames, $ArtistAliases) === false) { + if (stripos($ArtistNames, "|$ArtistAliases|") === false) { $ArtistNames .= "$ArtistAliases|"; $DB->query(" UPDATE users_notify_filters diff --git a/sections/user/user.php b/sections/user/user.php index 5ab315dc..d29ef5d9 100644 --- a/sections/user/user.php +++ b/sections/user/user.php @@ -469,7 +469,8 @@ function check_paranoia_here($Setting) {