58 $casTimestamp = ( $this->params[
'notifTime'] !== null )
59 ? $this->params[
'notifTime']
60 : $this->params[
'curTime'];
63 $dbw->update(
'watchlist',
65 'wl_notificationtimestamp' => $dbw->timestampOrNull( $this->params[
'notifTime'] )
68 'wl_user' => $this->params[
'userid'],
69 'wl_namespace' => $this->title->getNamespace(),
70 'wl_title' => $this->title->getDBkey(),
77 'wl_notificationtimestamp < ' . $dbw->addQuotes( $dbw->timestamp( $casTimestamp ) )