62 $casTimestamp = $this->params[
'notifTime'] ?? $this->params[
'curTime'];
65 $dbw->update(
'watchlist',
67 'wl_notificationtimestamp' => $dbw->timestampOrNull( $this->params[
'notifTime'] )
70 'wl_user' => $this->params[
'userid'],
71 'wl_namespace' => $this->title->getNamespace(),
72 'wl_title' => $this->title->getDBkey(),
79 'wl_notificationtimestamp < ' . $dbw->addQuotes( $dbw->timestamp( $casTimestamp ) )