From d9796d048dd84017aa14cb56a73a2910ed8e038c Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 30 Jun 2007 01:03:21 +0000 Subject: [PATCH] *Mark all versions newer than the time of the latest revision viewed as "updated since last view", not just the current (bug 10277) --- includes/UserMailer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 584e1de32d..4847cecd03 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -373,6 +373,7 @@ class EmailNotification { ), array( /* WHERE */ 'wl_title' => $title->getDBkey(), 'wl_namespace' => $title->getNamespace(), + 'wl_notificationtimestamp' => NULL ), 'UserMailer::NotifyOnChange' ); # FIXME what do we do on failure ? -- 2.20.1