Last modified: 2006-09-29 20:14:54 UTC
In the function clearAllNotifications in includes/User.php 'wl_notificationtimestamp' => 0 must be changed to 'wl_notificationtimestamp' => NULL because otherwise the mysql-check in the notifyOnPageChange() function in includes/UserMailer.php does not work (checks for NULL and not for '0'). I think it's a bug so i attached a patch for it.
Created attachment 1795 [details] patch which fixes the "problem"
*** Bug 7442 has been marked as a duplicate of this bug. ***
Fixed in r16696.