From: Aaron Schulz Date: Sat, 30 Jun 2007 01:03:21 +0000 (+0000) Subject: *Mark all versions newer than the time of the latest revision viewed as "updated... X-Git-Tag: 1.31.0-rc.0~52314 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22calendrier%22%2C%22type=semaine%22%29%20.%20%22?a=commitdiff_plain;h=d9796d048dd84017aa14cb56a73a2910ed8e038c;p=lhc%2Fweb%2Fwiklou.git *Mark all versions newer than the time of the latest revision viewed as "updated since last view", not just the current (bug 10277) --- 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 ?