*Mark all versions newer than the time of the latest revision viewed as "updated...
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 30 Jun 2007 01:03:21 +0000 (01:03 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 30 Jun 2007 01:03:21 +0000 (01:03 +0000)
includes/UserMailer.php

index 584e1de..4847cec 100644 (file)
@@ -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 ?